summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mkfiles/vc9/yasm.rules10
1 files 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"
/>
<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
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
Name="Debug"