Bug #9430, recognize the FR flag

This commit is contained in:
Bill Hoffman 2009-09-17 09:18:21 -04:00
parent c87a35a326
commit 8e8c9b7242
1 changed files with 1 additions and 0 deletions

View File

@ -451,6 +451,7 @@ cmVS7FlagTable cmLocalVisualStudio7GeneratorFlagTable[] =
{"SmallerTypeCheck", "RTCc", "smaller type check", "TRUE", 0},
{"SuppressStartupBanner", "nologo", "SuppressStartupBanner", "TRUE", 0},
{"WarnAsError", "WX", "Treat warnings as errors", "TRUE", 0},
{"BrowseInformation", "FR", "Generate browse information", "1", 0},
{0,0,0,0,0}
};