correction erreurs syntaxe
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4567 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
7a5ea24427
commit
efe1bee984
|
@ -16,7 +16,7 @@
|
|||
|
||||
CAMLRUN=..\boot\ocamlrun
|
||||
CAMLC=$(CAMLRUN) ..\boot\ocamlc -I ..\boot
|
||||
CAMLOPT==$(CAMLRUN) ../ocamlopt
|
||||
CAMLOPT=$(CAMLRUN) ..\ocamlopt
|
||||
CAMLLEX=$(CAMLRUN) ..\boot\ocamllex
|
||||
INCLUDES=-I ..\utils -I ..\parsing -I ..\typing -I ..\bytecomp -I ..\asmcomp \
|
||||
-I ..\driver
|
||||
|
|
Loading…
Reference in New Issue