diff options
Diffstat (limited to 'contrib/vstudio/readme.txt')
-rw-r--r-- | contrib/vstudio/readme.txt | 14 |
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 @@ | |||
1 | Building instructions for the DLL versions of Zlib 1.2.4 | 1 | Building instructions for the DLL versions of Zlib 1.2.7 |
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++ 9.0/10.0, and Visual C++ . | 5 | Microsoft Visual C++ 9.0/10.0. |
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: |
@@ -10,9 +10,6 @@ binaries from: | |||
10 | 10 | ||
11 | More information can be found at this site. | 11 | More information can be found at this site. |
12 | 12 | ||
13 | first compile assembly code by running | ||
14 | bld_ml64.bat in contrib\masmx64 | ||
15 | bld_ml32.bat in contrib\masmx86 | ||
16 | 13 | ||
17 | 14 | ||
18 | 15 | ||
@@ -20,13 +17,16 @@ bld_ml32.bat in contrib\masmx86 | |||
20 | Build instructions for Visual Studio 2008 (32 bits or 64 bits) | 17 | Build 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 | ||
26 | Build instructions for Visual Studio 2010 (32 bits or 64 bits) | 26 | Build 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 | ||
32 | Important | 32 | Important |