[cmake-commits] alex committed cmExtraEclipseCDT4Generator.cxx 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Aug 1 11:50:28 EDT 2007


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

Modified Files:
	cmExtraEclipseCDT4Generator.cxx 
Log Message:

ENH: works also with nmake, tested by Jeff

Alex


Index: cmExtraEclipseCDT4Generator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmExtraEclipseCDT4Generator.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cmExtraEclipseCDT4Generator.cxx	1 Aug 2007 13:18:50 -0000	1.1
+++ cmExtraEclipseCDT4Generator.cxx	1 Aug 2007 15:50:26 -0000	1.2
@@ -30,11 +30,11 @@
 cmExtraEclipseCDT4Generator
 ::cmExtraEclipseCDT4Generator() : cmExternalMakefileProjectGenerator()
 {
-//#if defined(_WIN32)
-//  this->SupportedGlobalGenerators.push_back("NMake Makefiles");
+#if defined(_WIN32)
+  this->SupportedGlobalGenerators.push_back("NMake Makefiles");
 //  this->SupportedGlobalGenerators.push_back("MSYS Makefiles");
 //  this->SupportedGlobalGenerators.push_back("MinGW Makefiles");
-//#endif
+#endif
   this->SupportedGlobalGenerators.push_back("Unix Makefiles");
 }
 



More information about the Cmake-commits mailing list