summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2010-05-19 14:52:34 +0000
committerDamien Doligez <damien.doligez-inria.fr>2010-05-19 14:52:34 +0000
commitdc7affa4b71fc95c26b5fb1a447a936b769886bf (patch)
tree4a6e7a1d7bbbfc307a07ff16e25b96c4527fe2d4 /Makefile
parentbac01e4446b11373ade079fe7745f822bd3d0aa0 (diff)
downloadocaml-dc7affa4b71fc95c26b5fb1a447a936b769886bf.tar.gz
fix Windows MSVC build + ignores
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@10440 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index da80dc49a5..7c7607f3ab 100644
--- a/Makefile
+++ b/Makefile
@@ -17,9 +17,9 @@
include config/Makefile
include stdlib/StdlibModules
-CAMLC=boot/ocamlrun boot/ocamlc -strict-sequence -nostdlib -I boot
-CAMLOPT=boot/ocamlrun ./ocamlopt -strict-sequence -nostdlib -I stdlib -I otherlibs/dynlink
-COMPFLAGS=-warn-error A $(INCLUDES)
+CAMLC=boot/ocamlrun boot/ocamlc -nostdlib -I boot
+CAMLOPT=boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink
+COMPFLAGS=-strict-sequence -warn-error A $(INCLUDES)
LINKFLAGS=
CAMLYACC=boot/ocamlyacc