Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: third_party/yasm/patched-yasm/Mkfiles/vc9/yasm.rules

Issue 6170009: Update our yasm copy to yasm 1.1.0 (Part 1: yasm side)... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/yasm/patched-yasm/Mkfiles/vc9/yasm.rules
===================================================================
--- third_party/yasm/patched-yasm/Mkfiles/vc9/yasm.rules (revision 71129)
+++ third_party/yasm/patched-yasm/Mkfiles/vc9/yasm.rules (working copy)
@@ -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,16 +23,16 @@
Delimited="true"
Inheritable="true"
/>
- <StringProperty
+ <StringProperty
Name="IncludePaths"
DisplayName="Include Paths"
Category="Configuration"
Description="Set the paths for any additional include files"
- Switch="-I &quot;[value]&quot;"
+ Switch="-I [value]"
Delimited="true"
Inheritable="true"
/>
- <StringProperty
+ <StringProperty
Name="UnDefines"
DisplayName="Remove Definitions"
Category="Pre-Defined Symbols"
@@ -41,74 +41,75 @@
Delimited="true"
Inheritable="true"
/>
- <StringProperty
+ <StringProperty
Name="ObjectFileName"
DisplayName="Object File Name"
Category="Output"
Description="Select the output file name"
- Switch="-o &quot;[value]&quot;"
- DefaultValue="&quot;$(IntDir)\$(InputName).obj&quot;"
+ 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 &quot;[value]&quot;"
+ 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 &quot;[value]&quot;"
+ 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>
+
« no previous file with comments | « third_party/yasm/patched-yasm/Mkfiles/vc9/modules/modules.vcproj ('k') | third_party/yasm/patched-yasm/Mkfiles/vc9/yasm.sln » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698