From 9dbb4aa480296c26c4f239c8bc2c4f389fb22d38 Mon Sep 17 00:00:00 2001 From: Brian Gladman Date: Fri, 8 Jan 2010 09:47:46 +0000 Subject: "Fix #200" - yasm.rules double quote issue svn path=/trunk/yasm/; revision=2270 --- Mkfiles/vc9/yasm.rules | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Mkfiles/vc9/yasm.rules b/Mkfiles/vc9/yasm.rules index 6e1fa6ea..05052d93 100644 --- a/Mkfiles/vc9/yasm.rules +++ b/Mkfiles/vc9/yasm.rules @@ -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" /> @@ -46,22 +46,22 @@ DisplayName="Object File Name" Category="Output" Description="Select the output file name" - Switch="-o "[value]"" - DefaultValue=""$(IntDir)\$(InputName).obj"" + Switch="-o [value]" + DefaultValue="$(IntDir)\$(InputName).obj" />