summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-06-30 17:51:25 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-06-30 17:51:25 (GMT)
commitf5e87c309c458111bc31d849e2a67a688bcf9ad0 (patch)
tree84e152cb4fde68ac833df0602f5ff705f95a5d5b /Source/cmLocalVisualStudio7Generator.cxx
parentc71ff8b4b1bbbf96f24a75d0c4497d1044d78018 (diff)
downloadCMake-f5e87c309c458111bc31d849e2a67a688bcf9ad0.zip
CMake-f5e87c309c458111bc31d849e2a67a688bcf9ad0.tar.gz
CMake-f5e87c309c458111bc31d849e2a67a688bcf9ad0.tar.bz2
ENH: add EHa option
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.cxx')
-rw-r--r--Source/cmLocalVisualStudio7Generator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx
index b3c0b8a..c755dfb 100644
--- a/Source/cmLocalVisualStudio7Generator.cxx
+++ b/Source/cmLocalVisualStudio7Generator.cxx
@@ -305,6 +305,7 @@ cmVS7FlagTable cmLocalVisualStudio7GeneratorFlagTable[] =
{"EnableFunctionLevelLinking", "Gy", "EnableFunctionLevelLinking", "TRUE"},
{"EnableIntrinsicFunctions", "Oi", "EnableIntrinsicFunctions", "TRUE"},
{"ExceptionHandling", "EHsc", "enable c++ exceptions", "TRUE"},
+ {"ExceptionHandling", "EHa", "enable c++ exceptions", "2"},
{"ExceptionHandling", "GX", "enable c++ exceptions", "TRUE"},
{"GlobalOptimizations", "Og", "Global Optimize", "TRUE"},
{"ImproveFloatingPointConsistency", "Op",