Skip to content

Commit 70b8b97

Browse files
authored
Update nasm.props
Make `nasm.props` consistent with the `install_script.bat` script
1 parent 718132a commit 70b8b97

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

nasm.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
<ItemDefinitionGroup>
1212
<NASM>
1313
<ObjectFileName>$(IntDir)%(FileName).obj</ObjectFileName>
14-
<CommandLineTemplate Condition="'$(Platform)' == 'Win32'">"$(NasmPath)nasm.exe" -Xvc -f win32 [AllOptions] [AdditionalOptions] "%(FullPath)"</CommandLineTemplate>
15-
<CommandLineTemplate Condition="'$(Platform)' == 'x64'">"$(NasmPath)nasm.exe" -Xvc -f win64 [AllOptions] [AdditionalOptions] "%(FullPath)"</CommandLineTemplate>
14+
<CommandLineTemplate Condition="'$(Platform)' == 'Win32'">"$(NasmPath)\nasm.exe" -Xvc -f win32 [AllOptions] [AdditionalOptions] "%(FullPath)"</CommandLineTemplate>
15+
<CommandLineTemplate Condition="'$(Platform)' == 'x64'">"$(NasmPath)\nasm.exe" -Xvc -f win64 [AllOptions] [AdditionalOptions] "%(FullPath)"</CommandLineTemplate>
1616
<CommandLineTemplate Condition="'$(Platform)' != 'Win32' and '$(Platform)' != 'x64'">echo NASM not supported on this platform
1717
exit 1</CommandLineTemplate>
1818
<ExecutionDescription>%(Identity)</ExecutionDescription>
1919
</NASM>
2020
</ItemDefinitionGroup>
21-
</Project>
21+
</Project>

0 commit comments

Comments
 (0)