File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1717exit 1</CommandLineTemplate >
1818 <ExecutionDescription >%(Identity)</ExecutionDescription >
1919 </NASM >
2020 </ItemDefinitionGroup >
21- </Project >
21+ </Project >
You can’t perform that action at this time.
0 commit comments