| OLD | NEW |
| (Empty) | |
| 1 /* WARNING: This file was put in the LibPNG distribution for convenience only. |
| 2 It is expected to be part of the next zlib release under |
| 3 "projects\visualc71\README.txt." */ |
| 4 |
| 5 Microsoft Developer Studio Project File, Format Version 7.10 for zlib. |
| 6 |
| 7 Copyright (C) 2004 Simon-Pierre Cadieux. |
| 8 Copyright (C) 2004 Cosmin Truta. |
| 9 |
| 10 This code is released under the libpng license. |
| 11 For conditions of distribution and use, see copyright notice in zlib.h. |
| 12 |
| 13 NOTE: This project will be removed from libpng-1.5.0. It has |
| 14 been replaced with the "vstudio" project. |
| 15 |
| 16 To use: |
| 17 |
| 18 1) On the main menu, select "File | Open Solution". |
| 19 Open "zlib.sln". |
| 20 |
| 21 2) Display the Solution Explorer view (Ctrl+Alt+L) |
| 22 |
| 23 3) Set one of the project as the StartUp project. If you just want to build the |
| 24 binaries set "zlib" as the startup project (Select "zlib" tree view item + |
| 25 Project | Set as StartUp project). If you want to build and test the |
| 26 binaries set it to "example" (Select "example" tree view item + Project | |
| 27 Set as StartUp project), If you want to build the minigzip utility set it to |
| 28 "minigzip" (Select "minigzip" tree view item + Project | Set as StartUp |
| 29 project |
| 30 |
| 31 4) Select "Build | Configuration Manager...". |
| 32 Choose the configuration you wish to build. |
| 33 |
| 34 5) Select "Build | Clean Solution". |
| 35 |
| 36 6) Select "Build | Build Solution (Ctrl-Shift-B)" |
| 37 |
| 38 This project builds the zlib binaries as follows: |
| 39 |
| 40 * Win32_DLL_Release\zlib1.dll DLL build |
| 41 * Win32_DLL_Debug\zlib1d.dll DLL build (debug version) |
| 42 * Win32_LIB_Release\zlib.lib static build |
| 43 * Win32_LIB_Debug\zlibd.lib static build (debug version) |
| 44 |
| OLD | NEW |