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" />