fixed nasm props again

This commit is contained in:
squall-leonhart 2013-03-03 03:20:28 +00:00
parent 0d28963abc
commit 44c9f0ba01
1 changed files with 2 additions and 2 deletions

View File

@ -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>