From 951429a6f83db4e479617c6cd0f3ebfe14e3983b Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Sat, 7 Jan 2012 15:02:50 +0000 Subject: Adding experimental x64 build configs. THESE DO NOT WORK YET. --- zlib/Zlib.vcxproj | 199 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 199 insertions(+) (limited to 'zlib') diff --git a/zlib/Zlib.vcxproj b/zlib/Zlib.vcxproj index a163fa9..b034376 100644 --- a/zlib/Zlib.vcxproj +++ b/zlib/Zlib.vcxproj @@ -1,18 +1,46 @@  + + Debug x64 + Win32 + + + Debug x64 + x64 + Debug Win32 + + Debug + x64 + + + Release x64 + Win32 + + + Release x64 + x64 + Release Win32 + + Release + x64 + Template Win32 + + Template + x64 + @@ -22,39 +50,97 @@ Application + + Application + StaticLibrary false MultiByte + + StaticLibrary + false + MultiByte + + + StaticLibrary + false + MultiByte + + + StaticLibrary + false + MultiByte + StaticLibrary false MultiByte + + StaticLibrary + false + MultiByte + + + + + + + + + + + + + + + + + + + + .\Debug\ .\Debug\ + + .\Debug\ + .\Debug\ + .\Release\ .\Release\ + + .\Release\ + .\Release\ + + + .\Release\ + .\Release\ + + + .\Release\ + .\Release\ + MultiThreadedDebug @@ -85,6 +171,35 @@ .\Debug\Zlib.lib + + + MultiThreadedDebug + Default + false + Disabled + true + Level3 + ProgramDatabase + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + .\Debug\ + .\Debug\Zlib.pch + .\Debug\ + .\Debug\ + EnableFastChecks + + + 0x0409 + _DEBUG;%(PreprocessorDefinitions) + + + true + .\Debug\Zlib.bsc + + + true + .\Debug\Zlib.lib + + MultiThreaded @@ -113,6 +228,90 @@ .\Release\Zlib.lib + + + MultiThreaded + OnlyExplicitInline + true + true + MaxSpeed + true + Level3 + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + .\Release\ + .\Release\Zlib.pch + .\Release\ + .\Release\ + + + 0x0409 + NDEBUG;%(PreprocessorDefinitions) + + + true + .\Release\Zlib.bsc + + + true + .\Release\Zlib.lib + + + + + MultiThreaded + OnlyExplicitInline + true + true + MaxSpeed + true + Level3 + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + .\Release\ + .\Release\Zlib.pch + .\Release\ + .\Release\ + + + 0x0409 + NDEBUG;%(PreprocessorDefinitions) + + + true + .\Release\Zlib.bsc + + + true + .\Release\Zlib.lib + + + + + MultiThreaded + OnlyExplicitInline + true + true + MaxSpeed + true + Level3 + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + .\Release\ + .\Release\Zlib.pch + .\Release\ + .\Release\ + + + 0x0409 + NDEBUG;%(PreprocessorDefinitions) + + + true + .\Release\Zlib.bsc + + + true + .\Release\Zlib.lib + + -- cgit v1.1