summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-09-17 13:18:21 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2009-09-17 13:18:21 (GMT)
commit8e8c9b72428ab3f4a63a99820dfd4aab46661bd6 (patch)
treef25311d232dd021c9ac8e6d7568ecc706c3d2a2e
parentc87a35a32661ab473e486ceaa54bb1e8fadecacd (diff)
downloadCMake-8e8c9b72428ab3f4a63a99820dfd4aab46661bd6.zip
CMake-8e8c9b72428ab3f4a63a99820dfd4aab46661bd6.tar.gz
CMake-8e8c9b72428ab3f4a63a99820dfd4aab46661bd6.tar.bz2
Bug #9430, recognize the FR flag
-rw-r--r--Source/cmLocalVisualStudio7Generator.cxx1
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}
};