summary refs log tree commit diff stats
path: root/compiler/nimconf.nim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/nimconf.nim')
-rwxr-xr-xcompiler/nimconf.nim5
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"))
+