1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
[
{
"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"
]
}
]
|