From 63e2c3bbf2cd746a32f5026e1ddf52926d951165 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Wed, 1 Aug 2007 11:50:26 -0400 Subject: ENH: works also with nmake, tested by Jeff Alex --- Source/cmExtraEclipseCDT4Generator.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/cmExtraEclipseCDT4Generator.cxx b/Source/cmExtraEclipseCDT4Generator.cxx index 8fd06a3..f6b6388 100644 --- a/Source/cmExtraEclipseCDT4Generator.cxx +++ b/Source/cmExtraEclipseCDT4Generator.cxx @@ -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"); } -- cgit v0.12