summaryrefslogtreecommitdiff
path: root/contrib/vstudio/readme.txt
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:32:36 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:32:36 -0700
commit67cc20d0041a32bee12bd9eb20ae218f91b73f77 (patch)
treed7e1b94bd15c30efd57cf9036f5fe89306b6bba0 /contrib/vstudio/readme.txt
parent7751bd4c715ea8478113e34b49b5a794a4642e8e (diff)
downloadzlib-1.2.4-pre1.tar.gz
zlib-1.2.4-pre1.tar.bz2
zlib-1.2.4-pre1.zip
zlib 1.2.4-pre1v1.2.4-pre1
Diffstat (limited to 'contrib/vstudio/readme.txt')
-rw-r--r--contrib/vstudio/readme.txt40
1 files changed, 3 insertions, 37 deletions
diff --git a/contrib/vstudio/readme.txt b/contrib/vstudio/readme.txt
index a7b7247..904888b 100644
--- a/contrib/vstudio/readme.txt
+++ b/contrib/vstudio/readme.txt
@@ -1,8 +1,8 @@
1Building instructions for the DLL versions of Zlib 1.2.3 1Building instructions for the DLL versions of Zlib 1.2.4
2======================================================== 2========================================================
3 3
4This directory contains projects that build zlib and minizip using 4This directory contains projects that build zlib and minizip using
5Microsoft Visual C++ 7.0/7.1/8.0/9.0/10.0, and Visual C++ . 5Microsoft Visual C++ 9.0/10.0, and Visual C++ .
6 6
7You don't need to build these projects yourself. You can download the 7You don't need to build these projects yourself. You can download the
8binaries from: 8binaries from:
@@ -15,51 +15,17 @@ bld_ml64.bat in contrib\masmx64
15bld_ml32.bat in contrib\masmx86 15bld_ml32.bat in contrib\masmx86
16 16
17 17
18Build instructions for Visual Studio 7.x (32 bits)
19--------------------------------------------------
20- Uncompress current zlib, including all contrib/* files
21- Download the crtdll library from
22 http://www.winimage.com/zLibDll/crtdll.zip
23 Unzip crtdll.zip to extract crtdll.lib on contrib\vstudio\vc7.
24- Open contrib\vstudio\vc7\zlibvc.sln with Microsoft Visual C++ 7.x
25 (Visual Studio .Net 2002 or 2003).
26
27Build instructions for Visual Studio 2005 (32 bits or 64 bits)
28--------------------------------------------------------------
29- Uncompress current zlib, including all contrib/* files
30- For 32 bits only: download the crtdll library from
31 http://www.winimage.com/zLibDll/crtdll.zip
32 Unzip crtdll.zip to extract crtdll.lib on contrib\vstudio\vc8.
33- Open contrib\vstudio\vc8\zlibvc.sln with Microsoft Visual C++ 2005
34
35Build instructions for Visual Studio 2005 64 bits, PSDK compiler
36----------------------------------------------------------------
37at the time of writing this text file, Visual Studio 2005 (and
38 Microsoft Visual C++ 8.0) is on the beta 2 stage.
39Using you can get the free 64 bits compiler from Platform SDK,
40 which is NOT a beta, and compile using the Visual studio 2005 IDE
41see http://www.winimage.com/misc/sdk64onvs2005/ for instruction
42
43- Uncompress current zlib, including all contrib/* files
44- start Visual Studio 2005 from a platform SDK command prompt, using
45 the /useenv switch
46- Open contrib\vstudio\vc8\zlibvc.sln with Microsoft Visual C++ 2005
47 18
48 19
49Build instructions for Visual Studio 2008 (32 bits or 64 bits) 20Build instructions for Visual Studio 2008 (32 bits or 64 bits)
50-------------------------------------------------------------- 21--------------------------------------------------------------
51- Uncompress current zlib, including all contrib/* files 22- Uncompress current zlib, including all contrib/* files
52- For 32 bits only: download the crtdll library from
53 http://www.winimage.com/zLibDll/crtdll.zip
54 Unzip crtdll.zip to extract crtdll.lib on contrib\vstudio\vc9.
55- Open contrib\vstudio\vc9\zlibvc.sln with Microsoft Visual C++ 2008.0 23- Open contrib\vstudio\vc9\zlibvc.sln with Microsoft Visual C++ 2008.0
24- Or run: vcbuild /rebuild contrib\vstudio\vc9\zlibvc.sln "Release|Win32"
56 25
57Build instructions for Visual Studio 2010 (32 bits or 64 bits) 26Build instructions for Visual Studio 2010 (32 bits or 64 bits)
58-------------------------------------------------------------- 27--------------------------------------------------------------
59- Uncompress current zlib, including all contrib/* files 28- Uncompress current zlib, including all contrib/* files
60- For 32 bits only: download the crtdll library from
61 http://www.winimage.com/zLibDll/crtdll.zip
62 Unzip crtdll.zip to extract crtdll.lib on contrib\vstudio\vc10.
63- Open contrib\vstudio\vc10\zlibvc.sln with Microsoft Visual C++ 2010.0 29- Open contrib\vstudio\vc10\zlibvc.sln with Microsoft Visual C++ 2010.0
64 30
65 31