diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:21:57 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:21:57 -0700 |
commit | 13a294f044ef0a89b2dcbfbb5d4d4c792673348e (patch) | |
tree | d9b377b4d8c00633c3da4e96659bfba9b08287f2 /contrib/vstudio/readme.txt | |
parent | 7c2a874e50b871d04fbd19501f7b42cff55e5abc (diff) | |
download | zlib-1.2.0.1.tar.gz zlib-1.2.0.1.tar.bz2 zlib-1.2.0.1.zip |
zlib 1.2.0.1v1.2.0.1
Diffstat (limited to 'contrib/vstudio/readme.txt')
-rw-r--r-- | contrib/vstudio/readme.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/contrib/vstudio/readme.txt b/contrib/vstudio/readme.txt new file mode 100644 index 0000000..a619b96 --- /dev/null +++ b/contrib/vstudio/readme.txt | |||
@@ -0,0 +1,17 @@ | |||
1 | For create the 16 and 32 bits DLL of Zlib 1.20 | ||
2 | |||
3 | For the 16 bits : | ||
4 | unzip zlib120.zip and copy file from contrib\vstudio\vc15_16 and from contrib\minizip in the same directory | ||
5 | open zlib16.mak with Microsoft Visual C++ 1.52 | ||
6 | |||
7 | |||
8 | For the 32 bits : | ||
9 | unzip zlib120.zip and copy file from contrib\vstudio\vc70_32 and from contrib\minizip in the same directory | ||
10 | You can also need unzip http://www.winimage.com/zLibDll/crtdll.zip | ||
11 | |||
12 | If you are using x86, use target Release | ||
13 | open zlibvc.sln with Microsoft Visual C++ 7.0 (Visual Studio .net) | ||
14 | |||
15 | |||
16 | Note : You don't need recompile yourself. There is compiled .LIB in | ||
17 | http://www.winimage.com/zLibDll | ||