summaryrefslogtreecommitdiff
path: root/contrib/vstudio/readme.txt
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2012-03-04 09:46:25 -0800
committerMark Adler <madler@alumni.caltech.edu>2012-03-04 09:46:25 -0800
commite3ba2a10cacd2e7786cecfa12466df544747ff7c (patch)
tree07a4d7603bf0fb4d3400c606a59a6f739f9bc8d9 /contrib/vstudio/readme.txt
parent41a18e1d7e2f5dea87c5105309e369ec1e86f2bd (diff)
downloadzlib-e3ba2a10cacd2e7786cecfa12466df544747ff7c.tar.gz
zlib-e3ba2a10cacd2e7786cecfa12466df544747ff7c.tar.bz2
zlib-e3ba2a10cacd2e7786cecfa12466df544747ff7c.zip
Fix contrib/vstudio project link errors [Mohanathas].
Diffstat (limited to 'contrib/vstudio/readme.txt')
-rw-r--r--contrib/vstudio/readme.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/contrib/vstudio/readme.txt b/contrib/vstudio/readme.txt
index 904888b..59c8b8b 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.4 1Building instructions for the DLL versions of Zlib 1.2.7
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++ 9.0/10.0, and Visual C++ . 5Microsoft Visual C++ 9.0/10.0.
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:
@@ -10,9 +10,6 @@ binaries from:
10 10
11More information can be found at this site. 11More information can be found at this site.
12 12
13first compile assembly code by running
14bld_ml64.bat in contrib\masmx64
15bld_ml32.bat in contrib\masmx86
16 13
17 14
18 15
@@ -20,13 +17,16 @@ bld_ml32.bat in contrib\masmx86
20Build instructions for Visual Studio 2008 (32 bits or 64 bits) 17Build instructions for Visual Studio 2008 (32 bits or 64 bits)
21-------------------------------------------------------------- 18--------------------------------------------------------------
22- Uncompress current zlib, including all contrib/* files 19- Uncompress current zlib, including all contrib/* files
23- Open contrib\vstudio\vc9\zlibvc.sln with Microsoft Visual C++ 2008.0 20- Compile assembly code (with Visual Studio Command Prompt) by running:
21 bld_ml64.bat (in contrib\masmx64)
22 bld_ml32.bat (in contrib\masmx86)
23- Open contrib\vstudio\vc9\zlibvc.sln with Microsoft Visual C++ 2008
24- Or run: vcbuild /rebuild contrib\vstudio\vc9\zlibvc.sln "Release|Win32" 24- Or run: vcbuild /rebuild contrib\vstudio\vc9\zlibvc.sln "Release|Win32"
25 25
26Build instructions for Visual Studio 2010 (32 bits or 64 bits) 26Build instructions for Visual Studio 2010 (32 bits or 64 bits)
27-------------------------------------------------------------- 27--------------------------------------------------------------
28- Uncompress current zlib, including all contrib/* files 28- Uncompress current zlib, including all contrib/* files
29- Open contrib\vstudio\vc10\zlibvc.sln with Microsoft Visual C++ 2010.0 29- Open contrib\vstudio\vc10\zlibvc.sln with Microsoft Visual C++ 2010
30 30
31 31
32Important 32Important