diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2001-07-14 16:54:41 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2001-07-14 16:54:41 +0000 |
commit | 0c7d9bd4568514593ef225bc308313b9fce463d0 (patch) | |
tree | f07b5b55572cfa75665e3a442d37ce579742306b | |
parent | b3ddab52e08986a6c1725b4efef1d18a3b31ea5a (diff) |
Suppression de draws.o
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3581 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | otherlibs/graph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/graph/Makefile b/otherlibs/graph/Makefile index 7b597fd59..5c320a432 100644 --- a/otherlibs/graph/Makefile +++ b/otherlibs/graph/Makefile @@ -24,7 +24,7 @@ CAMLOPT=../../boot/ocamlrun ../../ocamlopt -I ../../stdlib OBJS=open.o draw.o fill.o color.o text.o \ image.o make_img.o dump_img.o point_col.o sound.o events.o \ - subwindow.o draws.o + subwindow.o CAMLOBJS=graphics.cmo graphicsX11.cmo |