diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2002-02-10 17:00:13 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2002-02-10 17:00:13 +0000 |
commit | a91206aa2f8e89e1d0e8bf8d238e2486f6466f61 (patch) | |
tree | 8dae5d5e19ded58834e92d55d96c1abef45e022e /stdlib/Makefile.nt | |
parent | 75a9cfe35cee14dcdb6c364ee25fd9bfeb8d09c3 (diff) |
Ajout module Complex
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4371 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib/Makefile.nt')
-rw-r--r-- | stdlib/Makefile.nt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/Makefile.nt b/stdlib/Makefile.nt index 630804d11..c16e0657f 100644 --- a/stdlib/Makefile.nt +++ b/stdlib/Makefile.nt @@ -28,7 +28,7 @@ BASIC=pervasives.cmo array.cmo list.cmo char.cmo string.cmo sys.cmo \ set.cmo map.cmo stack.cmo queue.cmo stream.cmo \ buffer.cmo printf.cmo format.cmo arg.cmo printexc.cmo gc.cmo \ digest.cmo random.cmo oo.cmo genlex.cmo callback.cmo weak.cmo \ - lazy.cmo filename.cmo int32.cmo int64.cmo nativeint.cmo + lazy.cmo filename.cmo int32.cmo int64.cmo nativeint.cmo complex.cmo LABELLED=arrayLabels.ml listLabels.ml stringLabels.ml moreLabels.ml OBJS=$(BASIC) labelled.cmo stdLabels.cmo |