mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-24 23:58:47 +00:00
Transition to GT 0.5.0
This commit is contained in:
parent
7160b84748
commit
f0eec7aaf5
4 changed files with 4 additions and 4 deletions
|
|
@ -3,7 +3,7 @@ OCAMLC = ocamlfind c
|
|||
OCAMLOPT = ocamlfind opt
|
||||
OCAMLDEP = ocamlfind dep
|
||||
SOURCES = version.ml stdpath.ml Language.ml Pprinter.ml SM.ml X86.ml Driver.ml
|
||||
CAMLP5 = -syntax camlp5o -package ostap.syntax,GT-p5,GT.syntax.all
|
||||
CAMLP5 = -syntax camlp5o -package ostap.syntax,GT.syntax,GT.syntax.all
|
||||
PXFLAGS = $(CAMLP5)
|
||||
BFLAGS = -rectypes -g -w -13-58 -package GT,ostap,unix
|
||||
OFLAGS = $(BFLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue