mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-27 00:49:52 -06:00
Adding flag json files generated from MSVC xml files. python cmConvertMSBuildXMLToJSON.py -t v10 "...\MSBuild\Microsoft.Cpp\v4.0\1033\cl.xml" python cmConvertMSBuildXMLToJSON.py -t v11 "c:\...\MSBuild\Microsoft.Cpp\v4.0\V110\1033\cl.xml" python cmConvertMSBuildXMLToJSON.py -t v12 "c:\...\MSBuild\Microsoft.Cpp\v4.0\V120\1033\cl.xml" python cmConvertMSBuildXMLToJSON.py -t v140 "c:\...\MSBuild\Microsoft.Cpp\v4.0\V140\1033\cl.xml" python cmConvertMSBuildXMLToJSON.py -t v141 "C:\...\Common7\IDE\VC\VCTargets"\1033\cl.xml" python cmConvertMSBuildXMLToJSON.py -t v10 "c:\...\MSBuild\Microsoft.Cpp\v4.0\1033\rc.xml python cmConvertMSBuildXMLToJSON.py -t v11 "c:\...\MSBuild\Microsoft.Cpp\v4.0\v110\1033\rc.xml python cmConvertMSBuildXMLToJSON.py -t v12 "c:\...\MSBuild\Microsoft.Cpp\v4.0\v120\1033\rc.xml python cmConvertMSBuildXMLToJSON.py -t v14 "c:\...\MSBuild\Microsoft.Cpp\v4.0\v140\1033\rc.xml python cmConvertMSBuildXMLToJSON.py -t v10 "c:\...\MSBuild\Microsoft.Cpp\v4.0\1033\lib.xml python cmConvertMSBuildXMLToJSON.py -t v11 "c:\...\MSBuild\Microsoft.Cpp\v4.0\v110\1033\lib.xml python cmConvertMSBuildXMLToJSON.py -t v12 "c:\...\MSBuild\Microsoft.Cpp\v4.0\v120\1033\lib.xml python cmConvertMSBuildXMLToJSON.py -t v14 "c:\...\MSBuild\Microsoft.Cpp\v4.0\v140\1033\lib.xml python cmConvertMSBuildXMLToJSON.py -t v10 "c:\...\MSBuild\Microsoft.Cpp\v4.0\1033\link.xml" python cmConvertMSBuildXMLToJSON.py -t v11 "c:\...\MSBuild\Microsoft.Cpp\v4.0\V110\1033\link.xml" python cmConvertMSBuildXMLToJSON.py -t v12 "c:\...\MSBuild\Microsoft.Cpp\v4.0\V120\1033\link.xml" python cmConvertMSBuildXMLToJSON.py -t v140 "c:\...\MSBuild\Microsoft.Cpp\v4.0\V140\1033\link.xml" python cmConvertMSBuildXMLToJSON.py -t v141 "C:\...\Common7\IDE\VC\VCTargets"\1033\link.xml" python cmConvertMSBuildXMLToJSON.py -t v10 "c:\...\MSBuild\Microsoft.Cpp\v4.0\BuildCustomizations\masm.xml" python cmConvertMSBuildXMLToJSON.py -t v11 "c:\...\MSBuild\Microsoft.Cpp\v4.0\V110\BuildCustomizations\masm.xml" python cmConvertMSBuildXMLToJSON.py -t v12 "c:\...\MSBuild\Microsoft.Cpp\v4.0\V120\BuildCustomizations\masm.xml" python cmConvertMSBuildXMLToJSON.py -t v14 "c:\...\MSBuild\Microsoft.Cpp\v4.0\V140\BuildCustomizations\masm.xml"
70 lines
1.3 KiB
JSON
70 lines
1.3 KiB
JSON
[
|
|
{
|
|
"name": "IgnoreStandardIncludePath",
|
|
"switch": "X",
|
|
"comment": "Ignore Standard Include Paths",
|
|
"value": "true",
|
|
"flags": []
|
|
},
|
|
{
|
|
"name": "ShowProgress",
|
|
"switch": "v",
|
|
"comment": "Show Progress",
|
|
"value": "true",
|
|
"flags": []
|
|
},
|
|
{
|
|
"name": "SuppressStartupBanner",
|
|
"switch": "nologo",
|
|
"comment": "Suppress Startup Banner",
|
|
"value": "true",
|
|
"flags": []
|
|
},
|
|
{
|
|
"name": "NullTerminateStrings",
|
|
"switch": "n",
|
|
"comment": "Null Terminate Strings",
|
|
"value": "true",
|
|
"flags": []
|
|
},
|
|
{
|
|
"name": "PreprocessorDefinitions",
|
|
"switch": "D",
|
|
"comment": "Preprocessor Definitions",
|
|
"value": "",
|
|
"flags": [
|
|
"UserValue",
|
|
"SemicolonAppendable"
|
|
]
|
|
},
|
|
{
|
|
"name": "UndefinePreprocessorDefinitions",
|
|
"switch": "u",
|
|
"comment": "Undefine Preprocessor Definitions",
|
|
"value": "",
|
|
"flags": [
|
|
"UserValue",
|
|
"SemicolonAppendable"
|
|
]
|
|
},
|
|
{
|
|
"name": "AdditionalIncludeDirectories",
|
|
"switch": "I",
|
|
"comment": "Additional Include Directories",
|
|
"value": "",
|
|
"flags": [
|
|
"UserValue",
|
|
"SemicolonAppendable"
|
|
]
|
|
},
|
|
{
|
|
"name": "ResourceOutputFileName",
|
|
"switch": "fo",
|
|
"comment": "Resource File Name",
|
|
"value": "",
|
|
"flags": [
|
|
"UserValue"
|
|
]
|
|
}
|
|
]
|