[Cmake-commits] [cmake-commits] hoffman committed cmGlobalJOMMakefileGenerator.h 1.1 1.2
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri Jan 8 13:31:39 EST 2010
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv19289
Modified Files:
cmGlobalJOMMakefileGenerator.h
Log Message:
change the name to be closer to NMake Makefiles which is basically what jom parses
Index: cmGlobalJOMMakefileGenerator.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGlobalJOMMakefileGenerator.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** cmGlobalJOMMakefileGenerator.h 5 Nov 2009 20:00:15 -0000 1.1
--- cmGlobalJOMMakefileGenerator.h 8 Jan 2010 18:31:37 -0000 1.2
***************
*** 29,33 ****
virtual const char* GetName() const {
return cmGlobalJOMMakefileGenerator::GetActualName();}
! static const char* GetActualName() {return "JOM Makefiles";}
/** Get the documentation entry for this generator. */
--- 29,35 ----
virtual const char* GetName() const {
return cmGlobalJOMMakefileGenerator::GetActualName();}
! // use NMake Makefiles in the name so that scripts/tests that depend on the
! // name NMake Makefiles will work
! static const char* GetActualName() {return "NMake Makefiles JOM";}
/** Get the documentation entry for this generator. */
More information about the Cmake-commits
mailing list