fixed nasm props again
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1170 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
2818c8b1cb
commit
35f17bdb32
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup
|
||||
Condition="'$(NASMBeforeTargets)' == '' and '$(NASMAfterTargets)' == '' and '$(ConfigurationType)' != 'Makefile'">
|
||||
|
@ -18,7 +18,7 @@
|
|||
<Optimization>0</Optimization>
|
||||
<ObjectFileFormat>8</ObjectFileFormat>
|
||||
<ErrorReportingFormat>1</ErrorReportingFormat>
|
||||
<CommandLineTemplate>$(SolutionDir)..\..\..\dependencies\nasm.exe [AllOptions] [AdditionalOptions] -- [inputs]</CommandLineTemplate>
|
||||
<CommandLineTemplate>"$(SolutionDir)..\..\..\dependencies\nasm.exe" [AllOptions] [AdditionalOptions] -- [inputs]</CommandLineTemplate>
|
||||
<Outputs>%(ObjectFileName)</Outputs>
|
||||
<ExecutionDescription>Assembling...</ExecutionDescription>
|
||||
</NASM>
|
||||
|
|
Loading…
Reference in New Issue