diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-09-17 13:18:21 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-09-17 13:18:21 (GMT) |
commit | 8e8c9b72428ab3f4a63a99820dfd4aab46661bd6 (patch) | |
tree | f25311d232dd021c9ac8e6d7568ecc706c3d2a2e /Source | |
parent | c87a35a32661ab473e486ceaa54bb1e8fadecacd (diff) | |
download | CMake-8e8c9b72428ab3f4a63a99820dfd4aab46661bd6.zip CMake-8e8c9b72428ab3f4a63a99820dfd4aab46661bd6.tar.gz CMake-8e8c9b72428ab3f4a63a99820dfd4aab46661bd6.tar.bz2 |
Bug #9430, recognize the FR flag
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmLocalVisualStudio7Generator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx index 5fc00f0..10b4ffa 100644 --- a/Source/cmLocalVisualStudio7Generator.cxx +++ b/Source/cmLocalVisualStudio7Generator.cxx @@ -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} }; |