diff options
author | Alain Frisch <alain@frisch.fr> | 2011-12-12 11:38:06 +0000 |
---|---|---|
committer | Alain Frisch <alain@frisch.fr> | 2011-12-12 11:38:06 +0000 |
commit | 5f8ff42f10fad6cde4552a64a16fb6992ca5b28c (patch) | |
tree | 63b3925ceb5aff5feba4050d64f89a7ec2fdce1f /Makefile.nt | |
parent | e707c415432728fe2219c8ff09a65dba264dc6c0 (diff) |
#5179: the 'official' 32-bit mingw compiler is now the one from the mingw-w64 project, packaged in Cygwin (as supported by flexdll 0.27).
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11300 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Makefile.nt')
-rw-r--r-- | Makefile.nt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.nt b/Makefile.nt index cf9a4bb28..870374566 100644 --- a/Makefile.nt +++ b/Makefile.nt @@ -110,9 +110,9 @@ OPTOBJS=$(OPTUTILS) $(PARSING) $(TYPING) $(COMP) $(ASMCOMP) $(OPTDRIVER) 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 \ + utils/warnings.cmo parsing/location.cmo \ typing/predef.cmo bytecomp/runtimedef.cmo bytecomp/bytesections.cmo \ - bytecomp/dll.cmo \ - bytecomp/symtable.cmo toplevel/expunge.cmo + bytecomp/dll.cmo bytecomp/meta.cmo bytecomp/symtable.cmo toplevel/expunge.cmo PERVASIVES=$(STDLIB_MODULES) topdirs toploop outcometree |