mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 20:00:51 -05:00
BUG: fix for 7624, vs7 flag table missing /MAP
This commit is contained in:
@@ -460,7 +460,8 @@ cmVS7FlagTable cmLocalVisualStudio7GeneratorLinkFlagTable[] =
|
||||
{"IgnoreAllDefaultLibraries", "NODEFAULTLIB", "ignore all default libs",
|
||||
"TRUE", 0},
|
||||
{"ModuleDefinitionFile", "DEF:", "add an export def file", "",
|
||||
cmVS7FlagTable::UserValue},
|
||||
cmVS7FlagTable::UserValue},
|
||||
{"GenerateMapFile", "MAP", "enable generation of map file", "TRUE", 0},
|
||||
{0,0,0,0,0}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user