diff options
author | Brad King <brad.king@kitware.com> | 2014-08-13 14:02:12 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-08-13 18:47:58 (GMT) |
commit | 1d662e4806364172ebf76099c2d016efd414c74a (patch) | |
tree | 1383618fe11eea3c9632d66370e5c766b7a3c2e9 /README.rst | |
parent | 4f6940df8c69053b4451056ebf3ebdc8f97bf356 (diff) | |
download | CMake-1d662e4806364172ebf76099c2d016efd414c74a.zip CMake-1d662e4806364172ebf76099c2d016efd414c74a.tar.gz CMake-1d662e4806364172ebf76099c2d016efd414c74a.tar.bz2 |
VS: Generate MASM flag tables from MSBuild tool files
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.
Diffstat (limited to 'README.rst')
0 files changed, 0 insertions, 0 deletions