Skip to content

Commit acd2e41

Browse files
authored
Merge pull request #29 from TracerDS/patch-2
Make `nasm.props` consistent with the `install_script.bat` script
2 parents 718132a + 70b8b97 commit acd2e41

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)