diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2003-01-06 14:58:04 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2003-01-06 14:58:04 +0000 |
commit | 18de5302354cdf61706cf74d0a887893848f9b24 (patch) | |
tree | 06abb048dd99ee40833ff6905612107972084198 /otherlibs/dynlink/Makefile.nt | |
parent | e4be569712bba6923e6df9ebb4e124129b211248 (diff) |
MAJ variable COMPILEROBJS
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5373 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/dynlink/Makefile.nt')
-rw-r--r-- | otherlibs/dynlink/Makefile.nt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/dynlink/Makefile.nt b/otherlibs/dynlink/Makefile.nt index 56d14ba63..43b9599ca 100644 --- a/otherlibs/dynlink/Makefile.nt +++ b/otherlibs/dynlink/Makefile.nt @@ -22,7 +22,7 @@ INCLUDES=-I ../../utils -I ../../typing -I ../../bytecomp COMPFLAGS=-warn-error A -I ../../stdlib $(INCLUDES) OBJS=dynlink.cmo -COMPILEROBJS=misc.cmo config.cmo tbl.cmo clflags.cmo \ +COMPILEROBJS=misc.cmo config.cmo tbl.cmo clflags.cmo consistbl.cmo \ ident.cmo path.cmo \ types.cmo btype.cmo predef.cmo runtimedef.cmo \ bytesections.cmo dll.cmo symtable.cmo opcodes.cmo meta.cmo |