mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-19 16:12:52 -06:00
sorted LexiconTha again
This commit is contained in:
@@ -161,7 +161,7 @@ gfc pres ppath file = do
|
||||
let preproc = if pres then "-preproc=mkPresent" else ""
|
||||
let path = if pres then ppath else ""
|
||||
putStrLn $ "Compiling " ++ file
|
||||
run_gfc ["-s","-src",preproc, path, file]
|
||||
run_gfc ["-s","-src","-no-pmcfg",preproc, path, file]
|
||||
|
||||
gfcmin path file = do
|
||||
let preproc = "-preproc=mkMinimal"
|
||||
|
||||
Reference in New Issue
Block a user