From 35af9720e36df19382a57be26643b0d6bb48a363 Mon Sep 17 00:00:00 2001 From: Brian Gladman Date: Fri, 28 Sep 2018 00:38:32 +0100 Subject: change vsyasm.props to use the YASM_PATH environment variable if present --- Mkfiles/vc15/vsyasm.props | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Mkfiles/vc15/vsyasm.props b/Mkfiles/vc15/vsyasm.props index 889097fa..8e2269b6 100644 --- a/Mkfiles/vc15/vsyasm.props +++ b/Mkfiles/vc15/vsyasm.props @@ -10,7 +10,7 @@ Condition="'$(ConfigurationType)' != 'Makefile'">_SelectedFiles;$(YASMDependsOn) - C:\Program Files\yasm\ + C:\Program Files\yasm\ @@ -18,10 +18,10 @@ $(IntDir)%(FileName).obj 0 0 - "$(YasmPath)"vsyasm.exe -Xvc -f $(Platform) [AllOptions] [AdditionalOptions] [Inputs] + "$(YASM_PATH)"vsyasm.exe -Xvc -f $(Platform) [AllOptions] [AdditionalOptions] [Inputs] %(ObjectFile) Assembling %(Filename)%(Extension) ==> $(IntDir)%(FileName).obj false - \ No newline at end of file + -- cgit v1.2.1