diff --git a/yasm.props b/yasm.props index 06efe7a..10f6309 100644 --- a/yasm.props +++ b/yasm.props @@ -6,15 +6,15 @@ CustomBuild - $(VCInstallDir) + $(VCInstallDir) 0 0 $(IntDir)%(FileName).obj - "$(YasmPath)"yasm.exe -Xvc -f win32 [AllOptions] [AdditionalOptions] "%(FullPath)" - "$(YasmPath)"yasm.exe -Xvc -f win64 [AllOptions] [AdditionalOptions] "%(FullPath)" + "$(YasmPath)" -Xvc -f win32 [AllOptions] [AdditionalOptions] "%(FullPath)" + "$(YasmPath)" -Xvc -f win64 [AllOptions] [AdditionalOptions] "%(FullPath)" echo YASM not supported on this platform exit 1 %(Identity)