summaryrefslogtreecommitdiff
path: root/Mkfiles/vs/vsyasm.props
diff options
context:
space:
mode:
Diffstat (limited to 'Mkfiles/vs/vsyasm.props')
-rw-r--r--Mkfiles/vs/vsyasm.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mkfiles/vs/vsyasm.props b/Mkfiles/vs/vsyasm.props
index 8e2269b6..9d5c14fa 100644
--- a/Mkfiles/vs/vsyasm.props
+++ b/Mkfiles/vs/vsyasm.props
@@ -18,7 +18,7 @@
<ObjectFile>$(IntDir)%(FileName).obj</ObjectFile>
<PreProc>0</PreProc>
<Parser>0</Parser>
- <CommandLineTemplate>"$(YASM_PATH)"vsyasm.exe -Xvc -f $(Platform) [AllOptions] [AdditionalOptions] [Inputs]</CommandLineTemplate>
+ <CommandLineTemplate>"$(YASM_PATH.TrimEnd('\'))"\vsyasm.exe -Xvc -f $(Platform) [AllOptions] [AdditionalOptions] [Inputs]</CommandLineTemplate>
<Outputs>%(ObjectFile)</Outputs>
<ExecutionDescription>Assembling %(Filename)%(Extension) ==> $(IntDir)%(FileName).obj</ExecutionDescription>
<ShowOnlyRuleProperties>false</ShowOnlyRuleProperties>