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