|
17 | 17 | <sys:String>General</sys:String> |
18 | 18 | </Category.DisplayName> |
19 | 19 | </Category> |
20 | | - <Category |
| 20 | + <Category |
21 | 21 | Name="Preprocessor"> |
22 | 22 | <Category.DisplayName> |
23 | 23 | <sys:String>Preprocessing Options</sys:String> |
24 | 24 | </Category.DisplayName> |
25 | 25 | </Category> |
26 | | - <Category |
| 26 | + <Category |
27 | 27 | Name="Assembler Options"> |
28 | 28 | <Category.DisplayName> |
29 | 29 | <sys:String>Assembler Options</sys:String> |
|
49 | 49 | </StringProperty.DataSource> |
50 | 50 | </StringProperty> |
51 | 51 | <StringProperty |
52 | | - Name="OutputFormat" |
| 52 | + Name="ObjectFileName" |
53 | 53 | Category="Assembler Options" |
54 | | - HelpUrl="http://www.tortall.net/projects/yasm/manual/html/yasm-options.html" |
55 | 54 | DisplayName="Output File Name" |
56 | 55 | Description="Specify Output Filename." |
57 | | - Switch="-o "[value]"" /> |
58 | | - <BoolProperty |
59 | | - Name="GenerateDebugInformation" |
60 | | - Category="Assembler Options" |
61 | | - DisplayName="Generate Debug Information" |
62 | | - Description="Generates Debug Information." |
63 | | - HelpUrl="http://www.tortall.net/projects/yasm/manual/html/yasm-options.html" |
64 | | - Switch="-g cv8" /> |
65 | | - <StringListProperty |
66 | | - Name="IncludePaths" |
67 | | - Category="General" |
68 | | - DisplayName="Include File Search Directories" |
69 | | - Description="Sets path for include files." |
70 | | - HelpUrl="http://www.tortall.net/projects/yasm/manual/html/yasm-options.html" |
71 | | - Switch="-I"[value]/"" /> |
72 | | - <StringListProperty |
73 | | - Name="PreIncludeFiles" |
74 | | - Category="General" |
75 | | - DisplayName="Pre-Include a File" |
76 | | - Description="Force files to be pre-included into source file." |
77 | | - HelpUrl="http://www.tortall.net/projects/yasm/manual/html/yasm-options.html" |
78 | | - Switch="-P"[value]"" /> |
79 | | - <StringListProperty |
80 | | - Name="PreprocessorDefinitions" |
| 56 | + HelpUrl="http://www.tortall.net/projects/yasm/manual/html/yasm-options.html#yasm-option-objfile" |
| 57 | + Switch="-o "[value]"" /> |
| 58 | + <BoolProperty |
| 59 | + Name="GenerateDebugInformation" |
| 60 | + Category="Assembler Options" |
| 61 | + DisplayName="Generate Debug Information" |
| 62 | + Description="Generates Debug Information." |
| 63 | + HelpUrl="http://www.tortall.net/projects/yasm/manual/html/yasm-options.html#yasm-option-dformat" |
| 64 | + Switch="-g cv8" /> |
| 65 | + <StringListProperty |
| 66 | + Name="IncludePaths" |
| 67 | + Category="General" |
| 68 | + DisplayName="Include File Search Directories" |
| 69 | + Description="Sets path for include files." |
| 70 | + HelpUrl="http://www.tortall.net/projects/yasm/manual/html/yasm-options.html#yasm-option-i" |
| 71 | + Switch="-I"[value]/"" /> |
| 72 | + <StringListProperty |
| 73 | + Name="PreIncludeFiles" |
| 74 | + Category="General" |
| 75 | + DisplayName="Pre-Include a File" |
| 76 | + Description="Force files to be pre-included into source file." |
| 77 | + HelpUrl="http://www.tortall.net/projects/yasm/manual/html/yasm-options.html#yasm-option-p" |
| 78 | + Switch="-P"[value]"" /> |
| 79 | + <StringListProperty |
| 80 | + Name="PreprocessorDefinitions" |
81 | 81 | Category="Preprocessor" |
82 | | - HelpUrl="http://www.tortall.net/projects/yasm/manual/html/yasm-options.html" |
83 | 82 | DisplayName="Preprocessor Definitions" |
84 | 83 | Description="Defines a text macro with the given name." |
85 | | - Switch="-D[value]" /> |
| 84 | + HelpUrl="http://www.tortall.net/projects/yasm/manual/html/yasm-options.html#yasm-option-d" |
| 85 | + Switch="-D[value]" /> |
86 | 86 | <StringListProperty |
87 | | - Name="UndefinePreprocessorDefinitions" |
88 | | - Category="Preprocessor" |
89 | | - HelpUrl="http://www.tortall.net/projects/yasm/manual/html/yasm-options.html" |
90 | | - DisplayName="Undefine Preprocessor Definitions" |
91 | | - Description="Undefines a text macro with the given name." |
92 | | - Switch="-U[value]" /> |
| 87 | + Name="UndefinePreprocessorDefinitions" |
| 88 | + Category="Preprocessor" |
| 89 | + DisplayName="Undefine Preprocessor Definitions" |
| 90 | + Description="Undefines a text macro with the given name." |
| 91 | + HelpUrl="http://www.tortall.net/projects/yasm/manual/html/yasm-options.html#yasm-option-u" |
| 92 | + Switch="-U[value]" /> |
93 | 93 | <EnumProperty |
94 | | - Name="Preprocessor" |
95 | | - Category="Preprocessor" |
96 | | - HelpUrl="http://www.tortall.net/projects/yasm/manual/html/yasm-options.html" |
| 94 | + Name="Preprocessor" |
| 95 | + Category="Preprocessor" |
97 | 96 | DisplayName="Pre-Processor" |
98 | | - Description="Select the pre-processor to use on the input file"> |
| 97 | + Description="Select the pre-processor to use on the input file" |
| 98 | + HelpUrl="http://www.tortall.net/projects/yasm/manual/html/yasm-options.html#yasm-option-preproc"> |
99 | 99 | <EnumValue |
100 | 100 | Name="0" |
101 | 101 | DisplayName="Nasm" |
|
106 | 106 | Switch="-rraw" /> |
107 | 107 | </EnumProperty> |
108 | 108 | <EnumProperty |
109 | | - Name="Parser" |
110 | | - Category="Preprocessor" |
111 | | - HelpUrl="http://www.tortall.net/projects/yasm/manual/html/yasm-options.html" |
| 109 | + Name="Parser" |
| 110 | + Category="Preprocessor" |
112 | 111 | DisplayName="Parser" |
113 | | - Description="Select the parser (the assembler syntax)"> |
| 112 | + Description="Select the parser (the assembler syntax)" |
| 113 | + HelpUrl="http://www.tortall.net/projects/yasm/manual/html/yasm-options.html#yasm-option-parser"> |
114 | 114 | <EnumValue |
115 | 115 | Name="0" |
116 | 116 | DisplayName="Nasm" |
|
120 | 120 | DisplayName="Gas" |
121 | 121 | Switch="-pgas" /> |
122 | 122 | </EnumProperty> |
123 | | - <BoolProperty |
124 | | - Name="TreatWarningsAsErrors" |
125 | | - Category="Assembler Options" |
126 | | - DisplayName="Treat Warnings As Errors" |
127 | | - Description="Returns an error code if warnings are generated." |
128 | | - HelpUrl="http://www.tortall.net/projects/yasm/manual/html/yasm-options.html" |
129 | | - Switch="-Werror" /> |
| 123 | + <BoolProperty |
| 124 | + Name="TreatWarningsAsErrors" |
| 125 | + Category="Assembler Options" |
| 126 | + DisplayName="Treat Warnings As Errors" |
| 127 | + Description="Returns an error code if warnings are generated." |
| 128 | + HelpUrl="http://www.tortall.net/projects/yasm/manual/html/yasm-options.html#yasm-option-werror" |
| 129 | + Switch="-Werror" /> |
130 | 130 | <StringProperty |
131 | 131 | Name="CommandLineTemplate" |
132 | 132 | DisplayName="Command Line" |
|
0 commit comments