source: rtems-graphics-toolkit/libpng-1.5.12/projects/visualc71/README_zlib.txt @ 1cb4ff2

Last change on this file since 1cb4ff2 was 1cb4ff2, checked in by Alexandru-Sever Horin <alex.sever.h@…>, on 08/06/12 at 11:43:44

Added libpng-1.5.12 update.

  • Property mode set to 100644
File size: 1.6 KB
Line 
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
5Microsoft Developer Studio Project File, Format Version 7.10 for zlib.
6
7Copyright (C) 2004 Simon-Pierre Cadieux.
8Copyright (C) 2004 Cosmin Truta.
9
10This code is released under the libpng license.
11For conditions of distribution and use, see copyright notice in zlib.h.
12
13NOTE: This project will be removed from libpng-1.5.0.  It has
14been replaced with the "vstudio" project.
15
16To use:
17
181) On the main menu, select "File | Open Solution".
19   Open "zlib.sln".
20
212) Display the Solution Explorer view (Ctrl+Alt+L)
22
233) 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
314) Select "Build | Configuration Manager...".
32   Choose the configuration you wish to build.
33
345) Select "Build | Clean Solution".
35
366) Select "Build | Build Solution (Ctrl-Shift-B)"
37
38This 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
Note: See TracBrowser for help on using the repository browser.