diff options
Diffstat (limited to 'compiler/nimconf.nim')
-rwxr-xr-x | compiler/nimconf.nim | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/compiler/nimconf.nim b/compiler/nimconf.nim index 971ce6127..c3592e03a 100755 --- a/compiler/nimconf.nim +++ b/compiler/nimconf.nim @@ -241,4 +241,7 @@ proc LoadConfigs*(cfg: string) = if conffile != pd / cfg and existsFile(conffile): readConfigFile(conffile) rawMessage(warnConfigDeprecated, conffile) - + + # new project wide config file: + readConfigFile(changeFileExt(gProjectFull, "nimrod.cfg")) + |