]> git.lizzy.rs Git - zlib.git/blobdiff - contrib/vstudio/readme.txt
Clean up contrib/vstudio [Roß].
[zlib.git] / contrib / vstudio / readme.txt
index 16159f9cd0d1c57c0be8f42b5f718b8e98c5e2f9..3347d8ce15a41030c9366b6edd91fe133a344e0f 100644 (file)
@@ -1,8 +1,8 @@
-Building instructions for the DLL versions of Zlib 1.2.3\r
+Building instructions for the DLL versions of Zlib 1.2.8\r
 ========================================================\r
 \r
 This directory contains projects that build zlib and minizip using\r
-Microsoft Visual C++ 7.0/7.1, and Visual C++ .\r
+Microsoft Visual C++ 9.0/10.0.\r
 \r
 You don't need to build these projects yourself. You can download the\r
 binaries from:\r
@@ -11,36 +11,28 @@ binaries from:
 More information can be found at this site.\r
 \r
 \r
-Build instructions for Visual Studio 7.x (32 bits)\r
---------------------------------------------------\r
-- Uncompress current zlib, including all contrib/* files\r
-- Download the crtdll library from\r
-    http://www.winimage.com/zLibDll/crtdll.zip\r
-  Unzip crtdll.zip to extract crtdll.lib on contrib\vstudio\vc7.\r
-- Open contrib\vstudio\vc7\zlibvc.sln with Microsoft Visual C++ 7.x\r
-  (Visual Studio .Net 2002 or 2003).\r
 \r
-Build instructions for Visual Studio 2005 (32 bits or 64 bits)\r
+\r
+\r
+Build instructions for Visual Studio 2008 (32 bits or 64 bits)\r
 --------------------------------------------------------------\r
 - Uncompress current zlib, including all contrib/* files\r
-- For 32 bits only: download the crtdll library from\r
-    http://www.winimage.com/zLibDll/crtdll.zip\r
-  Unzip crtdll.zip to extract crtdll.lib on contrib\vstudio\vc8.\r
-- Open contrib\vstudio\vc8\zlibvc.sln with Microsoft Visual C++ 8.0\r
-\r
-Build instructions for Visual Studio 2005 64 bits, PSDK compiler\r
-----------------------------------------------------------------\r
-at the time of writing this text file, Visual Studio 2005 (and \r
-  Microsoft Visual C++ 8.0) is on the beta 2 stage.\r
-Using you can get the free 64 bits compiler from Platform SDK, \r
-  which is NOT a beta, and compile using the Visual studio 2005 IDE\r
-see http://www.winimage.com/misc/sdk64onvs2005/ for instruction\r
+- Compile assembly code (with Visual Studio Command Prompt) by running:\r
+   bld_ml64.bat (in contrib\masmx64)\r
+   bld_ml32.bat (in contrib\masmx86)\r
+- Open contrib\vstudio\vc9\zlibvc.sln with Microsoft Visual C++ 2008\r
+- Or run: vcbuild /rebuild contrib\vstudio\vc9\zlibvc.sln "Release|Win32"\r
 \r
+Build instructions for Visual Studio 2010 (32 bits or 64 bits)\r
+--------------------------------------------------------------\r
 - Uncompress current zlib, including all contrib/* files\r
-- start Visual Studio 2005 from a platform SDK command prompt, using\r
-  the /useenv switch\r
-- Open contrib\vstudio\vc8\zlibvc.sln with Microsoft Visual C++ 8.0\r
+- Open contrib\vstudio\vc10\zlibvc.sln with Microsoft Visual C++ 2010\r
 \r
+Build instructions for Visual Studio 2012 (32 bits or 64 bits)
+--------------------------------------------------------------
+- Uncompress current zlib, including all contrib/* files
+- Open contrib\vstudio\vc11\zlibvc.sln with Microsoft Visual C++ 2012
+
 \r
 Important\r
 ---------\r