aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc8/scummvm.vcproj
diff options
context:
space:
mode:
authorJohannes Schickel2006-06-08 21:35:12 +0000
committerJohannes Schickel2006-06-08 21:35:12 +0000
commit276b4eef7cf6261a3f8551a019f0bc5eb223d88d (patch)
tree50160872b83bb83cfa87bee1fa43deb1bdff5038 /dists/msvc8/scummvm.vcproj
parent6f259eacc73080a85cc03b2e6395c9153d9c8c13 (diff)
downloadscummvm-rg350-276b4eef7cf6261a3f8551a019f0bc5eb223d88d.tar.gz
scummvm-rg350-276b4eef7cf6261a3f8551a019f0bc5eb223d88d.tar.bz2
scummvm-rg350-276b4eef7cf6261a3f8551a019f0bc5eb223d88d.zip
- fixes agi release building
- fixes nasm build rule for release building too svn-id: r22990
Diffstat (limited to 'dists/msvc8/scummvm.vcproj')
-rw-r--r--dists/msvc8/scummvm.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/dists/msvc8/scummvm.vcproj b/dists/msvc8/scummvm.vcproj
index 7413e8792c..33762731bd 100644
--- a/dists/msvc8/scummvm.vcproj
+++ b/dists/msvc8/scummvm.vcproj
@@ -1074,7 +1074,7 @@
>
<Tool
Name="VCCustomBuildTool"
- CommandLine="nasm.exe -O1 -f win32 -o $(OutDir)\$(InputName).obj $(InputPath)&#x0D;&#x0A;"
+ CommandLine="nasm.exe -O1 -f win32 -o &quot;$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;"
Outputs="$(OutDir)\$(InputName).obj"
/>
</FileConfiguration>
@@ -1104,7 +1104,7 @@
>
<Tool
Name="VCCustomBuildTool"
- CommandLine="nasm.exe -O1 -f win32 -o $(OutDir)\$(InputName).obj $(InputPath)&#x0D;&#x0A;"
+ CommandLine="nasm.exe -O1 -f win32 -o &quot;$(OutDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;"
Outputs="$(OutDir)\$(InputName).obj"
/>
</FileConfiguration>