[cmake-commits] hoffman committed cmGlobalMSYSMakefileGenerator.cxx 1.11 1.12

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Oct 3 13:35:10 EDT 2006


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

Modified Files:
	cmGlobalMSYSMakefileGenerator.cxx 
Log Message:
BUG: bug#3789 add msys for the msys generator


Index: cmGlobalMSYSMakefileGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGlobalMSYSMakefileGenerator.cxx,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- cmGlobalMSYSMakefileGenerator.cxx	28 Sep 2006 14:37:18 -0000	1.11
+++ cmGlobalMSYSMakefileGenerator.cxx	3 Oct 2006 17:35:07 -0000	1.12
@@ -72,6 +72,7 @@
     {
     gxx = tgxx;
     }
+  mf->AddDefinition("MSYS", "1");
   mf->AddDefinition("CMAKE_GENERATOR_CC", gcc.c_str());
   mf->AddDefinition("CMAKE_GENERATOR_CXX", gxx.c_str());
   this->cmGlobalUnixMakefileGenerator3::EnableLanguage(l, mf);



More information about the Cmake-commits mailing list