sorted LexiconTha again

This commit is contained in:
aarne
2011-11-16 17:05:53 +00:00
parent c70ce0c46e
commit 22b95f333c
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"