diff options
| author | Johannes Schickel | 2006-06-08 21:35:12 +0000 | 
|---|---|---|
| committer | Johannes Schickel | 2006-06-08 21:35:12 +0000 | 
| commit | 276b4eef7cf6261a3f8551a019f0bc5eb223d88d (patch) | |
| tree | 50160872b83bb83cfa87bee1fa43deb1bdff5038 | |
| parent | 6f259eacc73080a85cc03b2e6395c9153d9c8c13 (diff) | |
| download | scummvm-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
| -rw-r--r-- | dists/msvc8/agi.vcproj | 4 | ||||
| -rw-r--r-- | dists/msvc8/scummvm.vcproj | 4 | 
2 files changed, 4 insertions, 4 deletions
| diff --git a/dists/msvc8/agi.vcproj b/dists/msvc8/agi.vcproj index 2091a577a3..548ac82256 100644 --- a/dists/msvc8/agi.vcproj +++ b/dists/msvc8/agi.vcproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="windows-1250"?> +<?xml version="1.0" encoding="Windows-1252"?>  <VisualStudioProject  	ProjectType="Visual C++"  	Version="8,00" @@ -114,7 +114,7 @@  				Optimization="3"  				InlineFunctionExpansion="2"  				OmitFramePointers="true" -				AdditionalIncludeDirectories="../../;../../common" +				AdditionalIncludeDirectories="../../;../../engines"  				PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"  				StringPooling="true"  				ExceptionHandling="1" 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)
" +							CommandLine="nasm.exe -O1 -f win32 -o "$(OutDir)\$(InputName).obj" "$(InputPath)""  							Outputs="$(OutDir)\$(InputName).obj"  						/>  					</FileConfiguration> @@ -1104,7 +1104,7 @@  						>  						<Tool  							Name="VCCustomBuildTool" -							CommandLine="nasm.exe -O1 -f win32 -o $(OutDir)\$(InputName).obj $(InputPath)
" +							CommandLine="nasm.exe -O1 -f win32 -o "$(OutDir)\$(InputName).obj" "$(InputPath)""  							Outputs="$(OutDir)\$(InputName).obj"  						/>  					</FileConfiguration> | 
