Update of /cvsroot/compbench/CompBenchmarks++/Qt-4/Status
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv23077
Modified Files:
Status-Console.cpp
Log Message:
Compiler autodection message handling.
Index: Status-Console.cpp
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/Qt-4/Status/Status-Console.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Status-Console.cpp 12 Sep 2007 17:00:45 -0000 1.4
--- Status-Console.cpp 12 Sep 2007 18:59:03 -0000 1.5
***************
*** 152,155 ****
--- 152,159 ----
break;
+ case CBM::UIMsg::CompilerAutodetect:
+ r+="Autodetecting compilers";
+ break;
+
case CBM::UIMsg::PlanCompilerRegister:
r+="Registering compiler ";
|