summaryrefslogtreecommitdiffstats
path: root/Source/cmVS14MASMFlagTable.h
Commit message (Collapse)AuthorAgeFilesLines
* VS: Manually fix MASM flag table entriesBrad King2014-08-131-5/+5
| | | | Drop '"[value]"' placeholders.
* VS: Generate MASM flag tables from MSBuild tool filesBrad King2014-08-131-0/+96
Run cmparseMSBuildXML.py on masm.xml to generate our flag tables: python cmparseMSBuildXML.py -x ".../MSBuild/Microsoft.Cpp/v4.0/BuildCustomizations/masm.xml" > cmVS10MASMFlagTable.h python cmparseMSBuildXML.py -x ".../MSBuild/Microsoft.Cpp/v4.0/V110/BuildCustomizations/masm.xml" > cmVS11MASMFlagTable.h python cmparseMSBuildXML.py -x ".../MSBuild/Microsoft.Cpp/v4.0/V120/BuildCustomizations/masm.xml" > cmVS12MASMFlagTable.h python cmparseMSBuildXML.py -x ".../MSBuild/Microsoft.Cpp/v4.0/V140/BuildCustomizations/masm.xml" > cmVS14MASMFlagTable.h Fix up the declaration names at the top of each file.