From 28dca6ed60152d553745f8fc91be6688152bec78 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sun, 31 Jul 2011 01:52:59 +0200 Subject: [PATCH] do not generate files below the "build" directory Signed-off-by: Sven Strickroth --- ext/build/zlib.vcproj | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/ext/build/zlib.vcproj b/ext/build/zlib.vcproj index 2c7de97fc..a11d21aee 100644 --- a/ext/build/zlib.vcproj +++ b/ext/build/zlib.vcproj @@ -244,7 +244,7 @@ StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" - PrecompiledHeaderFile=".\Win32_DLL_Release/zlib.pch" + PrecompiledHeaderFile=".\Release\zlib.pch" AssemblerListingLocation="$(IntDir)\" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\" @@ -269,10 +269,10 @@ LinkIncremental="1" SuppressStartupBanner="true" ModuleDefinitionFile="..\zlib\win32\zlib.def" - ProgramDatabaseFile=".\Win32_DLL_Release/zlib1.pdb" + ProgramDatabaseFile="$(SolutionDir)\..\bin\Release\bin\zlib132.pdb" RandomizedBaseAddress="1" DataExecutionPrevention="0" - ImportLibrary=".\Win32_DLL_Release/zlib1.lib" + ImportLibrary="$(SolutionDir)\..\bin\Release\bin\zlib132.lib" TargetMachine="1" />