mirror of https://github.com/yasm/yasm.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
839 B
32 lines
839 B
<?xml version="1.0" encoding="utf-8"?> |
|
<VisualStudioToolFile |
|
Name="Bison" |
|
Version="8.00" |
|
> |
|
<Rules> |
|
<CustomBuildRule |
|
Name="Bison" |
|
DisplayName="Compiler compiler - bison" |
|
CommandLine="bison [AllOptions] [AdditionalOptions] [inputs]" |
|
Outputs="[$OutputStem].c;[$OutputStem].h" |
|
FileExtensions="*.y" |
|
ExecutionDescription="Executing bison..." |
|
ShowOnlyRuleProperties="false" |
|
> |
|
<Properties> |
|
<BooleanProperty |
|
Name="OutputDefs" |
|
DisplayName="Genereate extra .h file with parser defines" |
|
Switch="-d" |
|
DefaultValue="true" |
|
/> |
|
<StringProperty |
|
Name="OutputStem" |
|
DisplayName="Output Stem" |
|
Switch="-o "[value].c"" |
|
DefaultValue="$(InputDir)$(InputName)" |
|
/> |
|
</Properties> |
|
</CustomBuildRule> |
|
</Rules> |
|
</VisualStudioToolFile>
|
|
|