1
0
forked from GitHub/gf-rgl

sorted LexiconTha again

This commit is contained in:
aarne
2011-11-16 17:05:53 +00:00
parent 5b460cf977
commit 7c49e52459
3 changed files with 219 additions and 396 deletions

View File

@@ -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"