[cmake-commits] alex committed cmExtraCodeBlocksGenerator.cxx 1.6 1.7

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Aug 27 13:23:39 EDT 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv32431

Modified Files:
	cmExtraCodeBlocksGenerator.cxx 
Log Message:

COMP: disable nmake support until somebody tests it

Alex


Index: cmExtraCodeBlocksGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmExtraCodeBlocksGenerator.cxx,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- cmExtraCodeBlocksGenerator.cxx	7 Aug 2007 04:00:32 -0000	1.6
+++ cmExtraCodeBlocksGenerator.cxx	27 Aug 2007 17:23:37 -0000	1.7
@@ -46,9 +46,9 @@
 :cmExternalMakefileProjectGenerator()
 {
 #if defined(_WIN32)
-  this->SupportedGlobalGenerators.push_back("NMake Makefiles");
   this->SupportedGlobalGenerators.push_back("MinGW Makefiles");
-// disable MSYS until somebody actually tests it
+// disable until somebody actually tests it:
+//  this->SupportedGlobalGenerators.push_back("NMake Makefiles");
 //  this->SupportedGlobalGenerators.push_back("MSYS Makefiles");
 #endif
   this->SupportedGlobalGenerators.push_back("Unix Makefiles");



More information about the Cmake-commits mailing list