summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-03-28 01:51:32 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-03-28 01:51:32 (GMT)
commit7b93585960e17f80f1a2269e5637c5102be07c1c (patch)
tree7539ea02ed30ef32fbf9d344dd210c4cb27918ba /Source/cmLocalVisualStudio7Generator.cxx
parentd64600127b0f2c665c2d99a34a89ad977cb05c94 (diff)
downloadCMake-7b93585960e17f80f1a2269e5637c5102be07c1c.zip
CMake-7b93585960e17f80f1a2269e5637c5102be07c1c.tar.gz
CMake-7b93585960e17f80f1a2269e5637c5102be07c1c.tar.bz2
BUG: fix for bug 6661
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.cxx')
-rw-r--r--Source/cmLocalVisualStudio7Generator.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx
index a22f509..3261f11 100644
--- a/Source/cmLocalVisualStudio7Generator.cxx
+++ b/Source/cmLocalVisualStudio7Generator.cxx
@@ -353,6 +353,7 @@ cmVS7FlagTable cmLocalVisualStudio7GeneratorFlagTable[] =
// boolean flags
{"BufferSecurityCheck", "GS", "Buffer security check", "TRUE", 0},
+ {"BufferSecurityCheck", "GS-", "Turn off Buffer security check", "FALSE", 0},
{"EnableFibreSafeOptimization", "GT", "OmitFramePointers", "TRUE", 0},
{"EnableFunctionLevelLinking", "Gy",
"EnableFunctionLevelLinking", "TRUE", 0},
@@ -365,6 +366,8 @@ cmVS7FlagTable cmLocalVisualStudio7GeneratorFlagTable[] =
{"OptimizeForWindowsApplication", "GA", "Optimize for windows", "TRUE", 0},
{"RuntimeTypeInfo", "GR",
"Turn on Run time type information for c++", "TRUE", 0},
+ {"RuntimeTypeInfo", "GR-",
+ "Turn off Run time type information for c++", "FALSE", 0},
{"SmallerTypeCheck", "RTCc", "smaller type check", "TRUE", 0},
{"SuppressStartupBanner", "nologo", "SuppressStartupBanner", "TRUE", 0},
{"WarnAsError", "WX", "Treat warnings as errors", "TRUE", 0},