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

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

Issue 11365061: Update Yasm to 1.2.0 (Yasm Part 3/3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 8 years, 1 month 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 165590)
+++ third_party/yasm/patched-yasm/Mkfiles/vc9/yasm.rules (working copy)
@@ -19,7 +19,7 @@
DisplayName="Definitions"
Category="Pre-Defined Symbols"
Description="Specify pre-defined symbols ('symbol' or 'symbol = value') "
- Switch="-D [value]"
+ Switch="-D "[value]""
Delimited="true"
Inheritable="true"
/>
@@ -28,7 +28,7 @@
DisplayName="Include Paths"
Category="Configuration"
Description="Set the paths for any additional include files"
- Switch="-I [value]"
+ Switch="-I "[value]""
Delimited="true"
Inheritable="true"
/>
@@ -37,7 +37,7 @@
DisplayName="Remove Definitions"
Category="Pre-Defined Symbols"
Description="Remove pre-defined symbols "
- Switch="-U [value]"
+ Switch="-U "[value]""
Delimited="true"
Inheritable="true"
/>
@@ -46,7 +46,7 @@
DisplayName="Object File Name"
Category="Output"
Description="Select the output file name"
- Switch="-o [value]"
+ Switch="-o "[value]""
DefaultValue="$(IntDir)\$(InputName).obj"
/>
<StringProperty
@@ -54,14 +54,14 @@
DisplayName="List File Name"
Category="Output"
Description="Select an output listing by setting its file name"
- Switch="-l [value]"
+ Switch="-l &quot;[value]&quot;"
/>
<StringProperty
Name="PreIncludeFile"
DisplayName="Pre Include File"
Category="Configuration"
Description="Select a pre-included file by setting its name"
- Switch="-P [value]"
+ Switch="-P &quot;[value]&quot;"
/>
<BooleanProperty
Name="Debug"

Powered by Google App Engine
This is Rietveld 408576698