summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-11-16 16:01:23 (GMT)
committerBrad King <brad.king@kitware.com>2007-11-16 16:01:23 (GMT)
commitbb1fa4c3f0cdbc625b2bbc04b6f88788f6ccf49f (patch)
tree5b8b3cbfc2fbd50f98aa272f71f0990ca71f0076 /Source/cmLocalVisualStudio7Generator.cxx
parent5cd4f2a6617e9f92e797eb86ca3555b94b5116ea (diff)
downloadCMake-bb1fa4c3f0cdbc625b2bbc04b6f88788f6ccf49f.zip
CMake-bb1fa4c3f0cdbc625b2bbc04b6f88788f6ccf49f.tar.gz
CMake-bb1fa4c3f0cdbc625b2bbc04b6f88788f6ccf49f.tar.bz2
BUG: Fix exception handling flag translation to be specific to each VS version. This allows /EHa to be handled correctly for VS 2003.
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.cxx')
-rw-r--r--Source/cmLocalVisualStudio7Generator.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx
index bb3668c..18c3007 100644
--- a/Source/cmLocalVisualStudio7Generator.cxx
+++ b/Source/cmLocalVisualStudio7Generator.cxx
@@ -342,9 +342,6 @@ cmVS7FlagTable cmLocalVisualStudio7GeneratorFlagTable[] =
{"EnableFunctionLevelLinking", "Gy",
"EnableFunctionLevelLinking", "TRUE", 0},
{"EnableIntrinsicFunctions", "Oi", "EnableIntrinsicFunctions", "TRUE", 0},
- {"ExceptionHandling", "EHsc", "enable c++ exceptions", "TRUE", 0},
- {"ExceptionHandling", "EHa", "enable c++ exceptions", "2", 0},
- {"ExceptionHandling", "GX", "enable c++ exceptions", "TRUE", 0},
{"GlobalOptimizations", "Og", "Global Optimize", "TRUE", 0},
{"ImproveFloatingPointConsistency", "Op",
"ImproveFloatingPointConsistency", "TRUE", 0},