mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
"Fix #200" - yasm.rules double quote issue
svn path=/trunk/yasm/; revision=2270
This commit is contained in:
parent
c30e4abfd3
commit
9dbb4aa480
1 changed files with 5 additions and 5 deletions
|
|
@ -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 "[value]""
|
||||
Switch="-l [value]"
|
||||
/>
|
||||
<StringProperty
|
||||
Name="PreIncludeFile"
|
||||
DisplayName="Pre Include File"
|
||||
Category="Configuration"
|
||||
Description="Select a pre-included file by setting its name"
|
||||
Switch="-P "[value]""
|
||||
Switch="-P [value]"
|
||||
/>
|
||||
<BooleanProperty
|
||||
Name="Debug"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue