diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:32:36 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:32:36 -0700 |
commit | 67cc20d0041a32bee12bd9eb20ae218f91b73f77 (patch) | |
tree | d7e1b94bd15c30efd57cf9036f5fe89306b6bba0 /contrib/vstudio/readme.txt | |
parent | 7751bd4c715ea8478113e34b49b5a794a4642e8e (diff) | |
download | zlib-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.txt | 40 |
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 @@ | |||
1 | Building instructions for the DLL versions of Zlib 1.2.3 | 1 | Building instructions for the DLL versions of Zlib 1.2.4 |
2 | ======================================================== | 2 | ======================================================== |
3 | 3 | ||
4 | This directory contains projects that build zlib and minizip using | 4 | This directory contains projects that build zlib and minizip using |
5 | Microsoft Visual C++ 7.0/7.1/8.0/9.0/10.0, and Visual C++ . | 5 | Microsoft Visual C++ 9.0/10.0, and Visual C++ . |
6 | 6 | ||
7 | You don't need to build these projects yourself. You can download the | 7 | You don't need to build these projects yourself. You can download the |
8 | binaries from: | 8 | binaries from: |
@@ -15,51 +15,17 @@ bld_ml64.bat in contrib\masmx64 | |||
15 | bld_ml32.bat in contrib\masmx86 | 15 | bld_ml32.bat in contrib\masmx86 |
16 | 16 | ||
17 | 17 | ||
18 | Build 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 | |||
27 | Build 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 | |||
35 | Build instructions for Visual Studio 2005 64 bits, PSDK compiler | ||
36 | ---------------------------------------------------------------- | ||
37 | at the time of writing this text file, Visual Studio 2005 (and | ||
38 | Microsoft Visual C++ 8.0) is on the beta 2 stage. | ||
39 | Using 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 | ||
41 | see 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 | ||
49 | Build instructions for Visual Studio 2008 (32 bits or 64 bits) | 20 | Build 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 | ||
57 | Build instructions for Visual Studio 2010 (32 bits or 64 bits) | 26 | Build 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 | ||