ENH: works also with nmake, tested by Jeff
Alex
This commit is contained in:
parent
ecff1c37da
commit
63e2c3bbf2
@ -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");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user