VS9: Map enable/disable PREfast flags (#10638)

This commit is contained in:
David Cole 2011-02-01 13:32:43 -05:00
parent 6cf5772a93
commit 15e422249e
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", "EHsc", "enable c++ exceptions", "1", 0},
{"ExceptionHandling", "EHa", "enable SEH exceptions", "2", 0}, {"ExceptionHandling", "EHa", "enable SEH exceptions", "2", 0},
{"EnablePREfast", "analyze", "", "TRUE", 0},
{"EnablePREfast", "analyze-", "", "FALSE", 0},
{0,0,0,0,0} {0,0,0,0,0}
}; };
cmIDEFlagTable const* cmGlobalVisualStudio8Generator::GetExtraFlagTableVS8() cmIDEFlagTable const* cmGlobalVisualStudio8Generator::GetExtraFlagTableVS8()