forked from GitHub/gf-core
some Thai words added
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user