summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Gladman <brg@gladman.plus.com>2010-01-08 09:50:52 +0000
committerBrian Gladman <brg@gladman.plus.com>2010-01-08 09:50:52 +0000
commit12d3a8f642c5416c4e299d8995dd5fc069067f8a (patch)
treedcb48430cef8b64f1a850407de58215da791cba6
parent9dbb4aa480296c26c4f239c8bc2c4f389fb22d38 (diff)
downloadyasm-12d3a8f642c5416c4e299d8995dd5fc069067f8a.tar.gz
Fix #200 - yasm.rules double quote issue
svn path=/trunk/yasm/; revision=2271
-rw-r--r--Mkfiles/vc9/yasm.rules51
1 files changed, 26 insertions, 25 deletions
diff --git a/Mkfiles/vc9/yasm.rules b/Mkfiles/vc9/yasm.rules
index 05052d93..ee1fefbc 100644
--- a/Mkfiles/vc9/yasm.rules
+++ b/Mkfiles/vc9/yasm.rules
@@ -3,8 +3,8 @@
Name="Yasm"
Version="8.00"
>
- <Rules>
- <CustomBuildRule
+ <Rules>
+ <CustomBuildRule
Name="YASM"
DisplayName="Yasm Assembler"
CommandLine="yasm -Xvc -f $(PlatformName) [AllOptions] [AdditionalOptions] [Inputs]"
@@ -13,8 +13,8 @@
ExecutionDescription="Assembling $(InputFileName)"
ShowOnlyRuleProperties="false"
>
- <Properties>
- <StringProperty
+ <Properties>
+ <StringProperty
Name="Defines"
DisplayName="Definitions"
Category="Pre-Defined Symbols"
@@ -23,7 +23,7 @@
Delimited="true"
Inheritable="true"
/>
- <StringProperty
+ <StringProperty
Name="IncludePaths"
DisplayName="Include Paths"
Category="Configuration"
@@ -32,7 +32,7 @@
Delimited="true"
Inheritable="true"
/>
- <StringProperty
+ <StringProperty
Name="UnDefines"
DisplayName="Remove Definitions"
Category="Pre-Defined Symbols"
@@ -41,7 +41,7 @@
Delimited="true"
Inheritable="true"
/>
- <StringProperty
+ <StringProperty
Name="ObjectFileName"
DisplayName="Object File Name"
Category="Output"
@@ -49,66 +49,67 @@
Switch="-o [value]"
DefaultValue="$(IntDir)\$(InputName).obj"
/>
- <StringProperty
+ <StringProperty
Name="ListFileName"
DisplayName="List File Name"
Category="Output"
Description="Select an output listing by setting its file name"
Switch="-l [value]"
/>
- <StringProperty
+ <StringProperty
Name="PreIncludeFile"
DisplayName="Pre Include File"
Category="Configuration"
Description="Select a pre-included file by setting its name"
Switch="-P [value]"
/>
- <BooleanProperty
+ <BooleanProperty
Name="Debug"
DisplayName="Debug Information"
Category="Output"
Description="Generate debugging information"
Switch="-g cv8"
/>
- <EnumProperty
+ <EnumProperty
Name="PreProc"
DisplayName="Pre-Processor"
Category="Configuration"
Description="Select the pre-processor (&apos;nasm&apos; or &apos;raw&apos;)"
>
- <Values>
- <EnumValue
+ <Values>
+ <EnumValue
Value="0"
Switch="-rnasm"
DisplayName="Nasm "
/>
- <EnumValue
+ <EnumValue
Value="1"
Switch="-rraw"
DisplayName="Raw"
/>
- </Values>
- </EnumProperty>
- <EnumProperty
+ </Values>
+ </EnumProperty>
+ <EnumProperty
Name="Parser"
DisplayName="Parser"
Category="Configuration"
Description="Select the parser for Intel (&apos;nasm&apos;) or AT&amp;T ( &apos;gas&apos;) syntax"
>
- <Values>
- <EnumValue
+ <Values>
+ <EnumValue
Value="0"
Switch="-pnasm"
DisplayName="Nasm"
/>
- <EnumValue
+ <EnumValue
Value="1"
Switch="-pgas"
DisplayName="Gas"
/>
- </Values>
- </EnumProperty>
- </Properties>
- </CustomBuildRule>
- </Rules>
+ </Values>
+ </EnumProperty>
+ </Properties>
+ </CustomBuildRule>
+ </Rules>
</VisualStudioToolFile>
+