Merge topic 'fix-10638-add-enable-prefast-flags'

15e4222 VS9: Map enable/disable PREfast flags (#10638)
This commit is contained in:
Brad King 2011-02-22 14:30:44 -05:00 committed by CMake Topic Stage
commit 52e2c22ee9
1 changed files with 3 additions and 0 deletions

View File

@ -358,6 +358,9 @@ static cmVS7FlagTable cmVS8ExtraFlagTable[] =
{"ExceptionHandling", "EHsc", "enable c++ exceptions", "1", 0},
{"ExceptionHandling", "EHa", "enable SEH exceptions", "2", 0},
{"EnablePREfast", "analyze", "", "TRUE", 0},
{"EnablePREfast", "analyze-", "", "FALSE", 0},
{0,0,0,0,0}
};
cmIDEFlagTable const* cmGlobalVisualStudio8Generator::GetExtraFlagTableVS8()