diff options
Diffstat (limited to 'contrib/vstudio/readme.txt')
-rw-r--r-- | contrib/vstudio/readme.txt | 40 |
1 files changed, 29 insertions, 11 deletions
diff --git a/contrib/vstudio/readme.txt b/contrib/vstudio/readme.txt index e709d1b..16159f9 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.x | 1 | Building instructions for the DLL versions of Zlib 1.2.3 |
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. | 5 | Microsoft Visual C++ 7.0/7.1, 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: |
@@ -11,18 +11,36 @@ binaries from: | |||
11 | More information can be found at this site. | 11 | More information can be found at this site. |
12 | 12 | ||
13 | 13 | ||
14 | Build instructions | 14 | Build instructions for Visual Studio 7.x (32 bits) |
15 | ------------------ | 15 | -------------------------------------------------- |
16 | - Unzip zlib*.zip and copy the files from contrib\vstudio\vc7, | 16 | - Uncompress current zlib, including all contrib/* files |
17 | from contrib\vstudio\masmx86 and from contrib\minizip into the same | ||
18 | directory. | ||
19 | - Download the crtdll library from | 17 | - Download the crtdll library from |
20 | http://www.winimage.com/zLibDll/crtdll.zip | 18 | http://www.winimage.com/zLibDll/crtdll.zip |
21 | Unzip crtdll.zip to extract crtdll.lib. | 19 | Unzip crtdll.zip to extract crtdll.lib on contrib\vstudio\vc7. |
22 | - If you are using x86, use the Release target. | 20 | - Open contrib\vstudio\vc7\zlibvc.sln with Microsoft Visual C++ 7.x |
23 | - Open zlibvc.sln with Microsoft Visual C++ 7.0 or 7.1 | ||
24 | (Visual Studio .Net 2002 or 2003). | 21 | (Visual Studio .Net 2002 or 2003). |
25 | 22 | ||
23 | Build instructions for Visual Studio 2005 (32 bits or 64 bits) | ||
24 | -------------------------------------------------------------- | ||
25 | - Uncompress current zlib, including all contrib/* files | ||
26 | - For 32 bits only: download the crtdll library from | ||
27 | http://www.winimage.com/zLibDll/crtdll.zip | ||
28 | Unzip crtdll.zip to extract crtdll.lib on contrib\vstudio\vc8. | ||
29 | - Open contrib\vstudio\vc8\zlibvc.sln with Microsoft Visual C++ 8.0 | ||
30 | |||
31 | Build instructions for Visual Studio 2005 64 bits, PSDK compiler | ||
32 | ---------------------------------------------------------------- | ||
33 | at the time of writing this text file, Visual Studio 2005 (and | ||
34 | Microsoft Visual C++ 8.0) is on the beta 2 stage. | ||
35 | Using you can get the free 64 bits compiler from Platform SDK, | ||
36 | which is NOT a beta, and compile using the Visual studio 2005 IDE | ||
37 | see http://www.winimage.com/misc/sdk64onvs2005/ for instruction | ||
38 | |||
39 | - Uncompress current zlib, including all contrib/* files | ||
40 | - start Visual Studio 2005 from a platform SDK command prompt, using | ||
41 | the /useenv switch | ||
42 | - Open contrib\vstudio\vc8\zlibvc.sln with Microsoft Visual C++ 8.0 | ||
43 | |||
26 | 44 | ||
27 | Important | 45 | Important |
28 | --------- | 46 | --------- |