Browse Source

ENH: add EHa option

Bill Hoffman 19 years ago
parent
commit
f5e87c309c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/cmLocalVisualStudio7Generator.cxx

+ 1 - 0
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",