From 7751bd4c715ea8478113e34b49b5a794a4642e8e Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:27:26 -0700 Subject: zlib 1.2.3.9 --- contrib/vstudio/readme.txt | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) (limited to 'contrib/vstudio/readme.txt') diff --git a/contrib/vstudio/readme.txt b/contrib/vstudio/readme.txt index 416fc49..a7b7247 100644 --- a/contrib/vstudio/readme.txt +++ b/contrib/vstudio/readme.txt @@ -2,7 +2,7 @@ Building instructions for the DLL versions of Zlib 1.2.3 ======================================================== This directory contains projects that build zlib and minizip using -Microsoft Visual C++ 7.0/7.1, and Visual C++ . +Microsoft Visual C++ 7.0/7.1/8.0/9.0/10.0, and Visual C++ . You don't need to build these projects yourself. You can download the binaries from: @@ -10,6 +10,10 @@ binaries from: More information can be found at this site. +first compile assembly code by running +bld_ml64.bat in contrib\masmx64 +bld_ml32.bat in contrib\masmx86 + Build instructions for Visual Studio 7.x (32 bits) -------------------------------------------------- @@ -26,7 +30,7 @@ Build instructions for Visual Studio 2005 (32 bits or 64 bits) - For 32 bits only: download the crtdll library from http://www.winimage.com/zLibDll/crtdll.zip Unzip crtdll.zip to extract crtdll.lib on contrib\vstudio\vc8. -- Open contrib\vstudio\vc8\zlibvc.sln with Microsoft Visual C++ 8.0 +- Open contrib\vstudio\vc8\zlibvc.sln with Microsoft Visual C++ 2005 Build instructions for Visual Studio 2005 64 bits, PSDK compiler ---------------------------------------------------------------- @@ -39,7 +43,24 @@ see http://www.winimage.com/misc/sdk64onvs2005/ for instruction - Uncompress current zlib, including all contrib/* files - start Visual Studio 2005 from a platform SDK command prompt, using the /useenv switch -- Open contrib\vstudio\vc8\zlibvc.sln with Microsoft Visual C++ 8.0 +- Open contrib\vstudio\vc8\zlibvc.sln with Microsoft Visual C++ 2005 + + +Build instructions for Visual Studio 2008 (32 bits or 64 bits) +-------------------------------------------------------------- +- Uncompress current zlib, including all contrib/* files +- For 32 bits only: download the crtdll library from + http://www.winimage.com/zLibDll/crtdll.zip + Unzip crtdll.zip to extract crtdll.lib on contrib\vstudio\vc9. +- Open contrib\vstudio\vc9\zlibvc.sln with Microsoft Visual C++ 2008.0 + +Build instructions for Visual Studio 2010 (32 bits or 64 bits) +-------------------------------------------------------------- +- Uncompress current zlib, including all contrib/* files +- For 32 bits only: download the crtdll library from + http://www.winimage.com/zLibDll/crtdll.zip + Unzip crtdll.zip to extract crtdll.lib on contrib\vstudio\vc10. +- Open contrib\vstudio\vc10\zlibvc.sln with Microsoft Visual C++ 2010.0 Important -- cgit v1.2.3-55-g6feb