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
1 changed files with 3 additions and 3 deletions

View File

@ -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");
}