1
0
forked from GitHub/gf-core

Added gf-lexing.* to c-bindings.

This commit is contained in:
jordi.saludes
2010-06-05 11:57:55 +00:00
parent 098dbc2c72
commit 9095e13aae
4 changed files with 317 additions and 5 deletions

View File

@@ -20,4 +20,4 @@ src=../../src
import=-i$src/runtime/haskell:$src/compiler
$gf --make ../../examples/tutorial/embedded/QueryEng.gf &&
ghc $import --make -fglasgow-exts -O2 -no-hs-main $* -c PGFFFI.hs &&
ghc $import --make -fglasgow-exts -O2 -no-hs-main $* gfctest.c PGFFFI.hs -o gfctest # gf_lexing.c
ghc $import --make -fglasgow-exts -O2 -no-hs-main $* gfctest.c gf_lexing.c PGFFFI.hs -o gfctest