mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
Fixing gf executable in build-gfctest
This commit is contained in:
@@ -15,9 +15,8 @@
|
|||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
# License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||||
gf=../../dist/build/gf/gf
|
|
||||||
src=../../src
|
src=../../src
|
||||||
import=-i$src/runtime/haskell:$src/compiler
|
import=-i$src/runtime/haskell:$src/compiler
|
||||||
$gf --make ../../examples/tutorial/embedded/QueryEng.gf &&
|
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 $* -c PGFFFI.hs &&
|
||||||
ghc $import --make -fglasgow-exts -O2 -no-hs-main $* gfctest.c gf_lexing.c PGFFFI.hs -o gfctest
|
ghc $import --make -fglasgow-exts -O2 -no-hs-main $* gfctest.c gf_lexing.c PGFFFI.hs -o gfctest
|
||||||
|
|||||||
Reference in New Issue
Block a user