BUG: fix for 7624, vs7 flag table missing /MAP

This commit is contained in:
Bill Hoffman 2008-09-08 17:53:47 -04:00
parent 1bcf48de98
commit 771f127fe9
1 changed files with 2 additions and 1 deletions

View File

@ -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}
};