From 13a294f044ef0a89b2dcbfbb5d4d4c792673348e Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:21:57 -0700 Subject: zlib 1.2.0.1 --- contrib/vstudio/readme.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 contrib/vstudio/readme.txt (limited to 'contrib/vstudio/readme.txt') 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 @@ +For create the 16 and 32 bits DLL of Zlib 1.20 + +For the 16 bits : +unzip zlib120.zip and copy file from contrib\vstudio\vc15_16 and from contrib\minizip in the same directory +open zlib16.mak with Microsoft Visual C++ 1.52 + + +For the 32 bits : +unzip zlib120.zip and copy file from contrib\vstudio\vc70_32 and from contrib\minizip in the same directory +You can also need unzip http://www.winimage.com/zLibDll/crtdll.zip + +If you are using x86, use target Release +open zlibvc.sln with Microsoft Visual C++ 7.0 (Visual Studio .net) + + +Note : You don't need recompile yourself. There is compiled .LIB in + http://www.winimage.com/zLibDll -- cgit v1.2.3-55-g6feb