ENH: works also with nmake, tested by Jeff

Alex
This commit is contained in:
Alexander Neundorf 2007-08-01 11:50:26 -04:00
parent ecff1c37da
commit 63e2c3bbf2

View File

@ -30,11 +30,11 @@
cmExtraEclipseCDT4Generator cmExtraEclipseCDT4Generator
::cmExtraEclipseCDT4Generator() : cmExternalMakefileProjectGenerator() ::cmExtraEclipseCDT4Generator() : cmExternalMakefileProjectGenerator()
{ {
//#if defined(_WIN32) #if defined(_WIN32)
// this->SupportedGlobalGenerators.push_back("NMake Makefiles"); this->SupportedGlobalGenerators.push_back("NMake Makefiles");
// this->SupportedGlobalGenerators.push_back("MSYS Makefiles"); // this->SupportedGlobalGenerators.push_back("MSYS Makefiles");
// this->SupportedGlobalGenerators.push_back("MinGW Makefiles"); // this->SupportedGlobalGenerators.push_back("MinGW Makefiles");
//#endif #endif
this->SupportedGlobalGenerators.push_back("Unix Makefiles"); this->SupportedGlobalGenerators.push_back("Unix Makefiles");
} }