1
0
forked from GitHub/gf-core

some Thai words added

This commit is contained in:
aarne
2011-11-19 23:19:02 +00:00
parent d380ff9f83
commit 6fe2d572fa
3 changed files with 22 additions and 24 deletions

View File

@@ -161,7 +161,8 @@ 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","-no-pmcfg",preproc, path, file]
---- run_gfc ["-s","-src","-no-pmcfg",preproc, path, file]
run_gfc ["-s","-src",preproc, path, file]
gfcmin path file = do
let preproc = "-preproc=mkMinimal"