diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2003-06-24 08:21:40 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2003-06-24 08:21:40 +0000 |
commit | 230179ff8bb991524cf988c5319918e497cc8b85 (patch) | |
tree | 9e959324a65ab2b622747ba6ef066d636df8005d /stdlib | |
parent | fe77ea4a69e33881b0ec9c771f806f951699e8aa (diff) |
MAJ Makefiles
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5620 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/Makefile.nt | 3 |
1 files changed, 2 insertions, 1 deletions
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 |