summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2003-06-24 08:21:40 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2003-06-24 08:21:40 +0000
commit230179ff8bb991524cf988c5319918e497cc8b85 (patch)
tree9e959324a65ab2b622747ba6ef066d636df8005d
parentfe77ea4a69e33881b0ec9c771f806f951699e8aa (diff)
MAJ Makefiles
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5620 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--otherlibs/threads/Makefile2
-rw-r--r--stdlib/Makefile.nt3
2 files changed, 3 insertions, 2 deletions
diff --git a/otherlibs/threads/Makefile b/otherlibs/threads/Makefile
index bd2a6309b..76ebf84f0 100644
--- a/otherlibs/threads/Makefile
+++ b/otherlibs/threads/Makefile
@@ -40,7 +40,7 @@ LIB_OBJS=pervasives.cmo \
$(LIB)/printexc.cmo $(LIB)/gc.cmo $(LIB)/digest.cmo $(LIB)/random.cmo \
$(LIB)/camlinternalOO.cmo \
$(LIB)/oo.cmo $(LIB)/genlex.cmo $(LIB)/callback.cmo $(LIB)/weak.cmo \
- $(LIB)/lazy.cmo $(LIB)/filename.cmo \
+ $(LIB)/lazy.cmo $(LIB)/filename.cmo $(LIB)/complex.cmo \
$(LIB)/arrayLabels.cmo $(LIB)/listLabels.cmo $(LIB)/stringLabels.cmo \
$(LIB)/stdLabels.cmo $(LIB)/moreLabels.cmo
diff --git a/stdlib/Makefile.nt b/stdlib/Makefile.nt
index 55769c9d1..140ae4b2d 100644
--- a/stdlib/Makefile.nt
+++ b/stdlib/Makefile.nt
@@ -24,13 +24,14 @@ CAMLDEP=../boot/ocamlrun ../tools/ocamldep
BASIC=pervasives.cmo array.cmo list.cmo char.cmo string.cmo sys.cmo \
hashtbl.cmo sort.cmo marshal.cmo obj.cmo \
+ int32.cmo int64.cmo nativeint.cmo \
lexing.cmo parsing.cmo \
set.cmo map.cmo stack.cmo queue.cmo stream.cmo buffer.cmo \
printf.cmo format.cmo scanf.cmo \
arg.cmo printexc.cmo gc.cmo \
digest.cmo random.cmo camlinternalOO.cmo oo.cmo \
genlex.cmo callback.cmo weak.cmo \
- lazy.cmo filename.cmo int32.cmo int64.cmo nativeint.cmo complex.cmo
+ lazy.cmo filename.cmo complex.cmo
LABELLED=arrayLabels.ml listLabels.ml stringLabels.ml moreLabels.ml
OBJS=$(BASIC) labelled.cmo stdLabels.cmo