summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2001-08-30 09:53:05 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2001-08-30 09:53:05 +0000
commit9fd494d1bab4aed2d56c3bd4410f802c03a4f5a2 (patch)
treef70814163498d8436d84bf819bc76dfd1c1baccc
parent629656b00fe092abff9a20cd9dfc9df5d9ddc381 (diff)
Ajout de Dllpath
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3683 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--Makefile.nt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.nt b/Makefile.nt
index c5a8ce9fc..4a41f2eaa 100644
--- a/Makefile.nt
+++ b/Makefile.nt
@@ -55,7 +55,7 @@ COMP=bytecomp\lambda.cmo bytecomp\printlambda.cmo \
bytecomp\typeopt.cmo bytecomp\switch.cmo bytecomp\matching.cmo \
bytecomp\translobj.cmo bytecomp\translcore.cmo \
bytecomp\translclass.cmo bytecomp\translmod.cmo \
- bytecomp\simplif.cmo bytecomp\runtimedef.cmo
+ bytecomp\simplif.cmo bytecomp\runtimedef.cmo bytecomp\dllpath.cmo
BYTECOMP=bytecomp\meta.cmo bytecomp\instruct.cmo bytecomp\bytegen.cmo \
bytecomp\printinstr.cmo bytecomp\opcodes.cmo bytecomp\emitcode.cmo \
@@ -99,7 +99,8 @@ EXPUNGEOBJS=utils\misc.cmo utils\tbl.cmo \
utils\config.cmo utils\clflags.cmo \
typing\ident.cmo typing\path.cmo typing\types.cmo typing\btype.cmo \
typing\predef.cmo bytecomp\runtimedef.cmo bytecomp\bytesections.cmo \
- bytecomp\dll.cmo bytecomp\symtable.cmo toplevel\expunge.cmo
+ bytecomp\dllpath.cmo bytecomp\dll.cmo \
+ bytecomp\symtable.cmo toplevel\expunge.cmo
PERVASIVES=arg array buffer callback char digest filename format gc hashtbl \
lexing list map obj parsing pervasives printexc printf queue random \