[Cmake-commits] [cmake-commits] hoffman committed cmLocalVisualStudio7Generator.cxx 1.229 1.230

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Sep 8 17:53:50 EDT 2008


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

Modified Files:
	cmLocalVisualStudio7Generator.cxx 
Log Message:
BUG: fix for 7624, vs7 flag table missing /MAP


Index: cmLocalVisualStudio7Generator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalVisualStudio7Generator.cxx,v
retrieving revision 1.229
retrieving revision 1.230
diff -C 2 -d -r1.229 -r1.230
*** cmLocalVisualStudio7Generator.cxx	3 Sep 2008 20:22:55 -0000	1.229
--- cmLocalVisualStudio7Generator.cxx	8 Sep 2008 21:53:47 -0000	1.230
***************
*** 461,465 ****
     "TRUE", 0},
    {"ModuleDefinitionFile", "DEF:", "add an export def file", "",
!    cmVS7FlagTable::UserValue},
    {0,0,0,0,0}
  };
--- 461,466 ----
     "TRUE", 0},
    {"ModuleDefinitionFile", "DEF:", "add an export def file", "",
!    cmVS7FlagTable::UserValue}, 
!   {"GenerateMapFile", "MAP", "enable generation of map file", "TRUE", 0},
    {0,0,0,0,0}
  };



More information about the Cmake-commits mailing list