aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/README_zlib.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/README_zlib.txt')
-rw-r--r--libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/README_zlib.txt44
1 files changed, 44 insertions, 0 deletions
diff --git a/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/README_zlib.txt b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/README_zlib.txt
new file mode 100644
index 0000000..56a735b
--- /dev/null
+++ b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/README_zlib.txt
@@ -0,0 +1,44 @@
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