Merge branch 'master' of github.com:Araq/Nimrod

This commit is contained in:
Araq
2013-12-03 01:59:59 +01:00
5 changed files with 339 additions and 17 deletions

View File

@@ -243,11 +243,6 @@ proc LoadConfigs*(cfg: string) =
readConfigFile(pd / cfg)
if gProjectName.len != 0:
var conffile = changeFileExt(gProjectFull, "cfg")
if conffile != pd / cfg and existsFile(conffile):
readConfigFile(conffile)
rawMessage(warnConfigDeprecated, conffile)
# new project wide config file:
readConfigFile(changeFileExt(gProjectFull, "nimrod.cfg"))