Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/UI
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv9664
Modified Files:
UI.cpp UI.h
Log Message:
New CompilerAutodetect message.
Index: UI.h
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/UI/UI.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** UI.h 16 May 2007 12:05:57 -0000 1.4
--- UI.h 17 May 2007 14:33:45 -0000 1.5
***************
*** 45,49 ****
* displayed */
PackageClean, /*!< Package cleaning */
! PackageUninstall /*!< Package uninstallation */
};
--- 45,50 ----
* displayed */
PackageClean, /*!< Package cleaning */
! PackageUninstall, /*!< Package uninstallation */
! CompilerAutodetect /*!< Autodetect compilers */
};
Index: UI.cpp
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/UI/UI.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** UI.cpp 16 May 2007 12:05:57 -0000 1.5
--- UI.cpp 17 May 2007 14:33:45 -0000 1.6
***************
*** 113,116 ****
--- 113,118 ----
what="Uninstalling";
break;
+ case CompilerAutodetect:
+ what="Compiler autodetection";
default:
what="(?)";
|