From 19d85dfe8450914a791576840da08248671b398e Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Mon, 20 Jun 2011 23:30:44 -0700 Subject: [PATCH] Fix #263: Add quotes to yasm.rules switches. --- Mkfiles/vc9/yasm.rules | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Mkfiles/vc9/yasm.rules b/Mkfiles/vc9/yasm.rules index ee1fefbc..2514ae0a 100644 --- a/Mkfiles/vc9/yasm.rules +++ b/Mkfiles/vc9/yasm.rules @@ -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" />