ide: build output: keep the name of the currently selected config
authorRejean Loyer <rejean.loyer@gmail.com>
Sat, 10 Sep 2011 07:41:55 +0000 (03:41 -0400)
committerRejean Loyer <rejean.loyer@gmail.com>
Sat, 10 Sep 2011 07:41:55 +0000 (03:41 -0400)
ide/src/project/Project.ec

index 680346e..c3f50b9 100644 (file)
@@ -1081,6 +1081,7 @@ private:
       int numErrors = 0, numWarnings = 0;
       bool loggedALine = false;
       CompilerConfig compiler = GetCompilerConfig();
+      char * configName = this.configName;
       int lenMakeCommand = strlen(compiler.makeCommand);
       
       char cppCommand[MAX_LOCATION];