From: Brian Gladman Date: Sat, 12 Oct 2019 14:02:44 +0000 (+0100) Subject: Allow user to set the YASM path with or without an ending backslash in Visual Studio... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea8f2393611025c5d32ddfe022dddff5a1a5c989;p=yasm Allow user to set the YASM path with or without an ending backslash in Visual Studio integration --- 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 @@ $(IntDir)%(FileName).obj 0 0 - "$(YASM_PATH)"vsyasm.exe -Xvc -f $(Platform) [AllOptions] [AdditionalOptions] [Inputs] + "$(YASM_PATH.TrimEnd('\'))"\vsyasm.exe -Xvc -f $(Platform) [AllOptions] [AdditionalOptions] [Inputs] %(ObjectFile) Assembling %(Filename)%(Extension) ==> $(IntDir)%(FileName).obj false