aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/README.txt
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-13 17:24:39 +1000
committerDavid Walter Seikel2013-01-13 17:24:39 +1000
commit393b5cd1dc438872af89d334ef6e5fcc59f27d47 (patch)
tree6a14521219942a08a1b95cb2f5a923a9edd60f63 /libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/README.txt
parentAdd a note about rasters suggested start up code. (diff)
downloadSledjHamr-393b5cd1dc438872af89d334ef6e5fcc59f27d47.zip
SledjHamr-393b5cd1dc438872af89d334ef6e5fcc59f27d47.tar.gz
SledjHamr-393b5cd1dc438872af89d334ef6e5fcc59f27d47.tar.bz2
SledjHamr-393b5cd1dc438872af89d334ef6e5fcc59f27d47.tar.xz
Added Irrlicht 1.8, but without all the Windows binaries.
Diffstat (limited to 'libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/README.txt')
-rw-r--r--libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/README.txt58
1 files changed, 58 insertions, 0 deletions
diff --git a/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/README.txt b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/README.txt
new file mode 100644
index 0000000..6edc04c
--- /dev/null
+++ b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/visualc71/README.txt
@@ -0,0 +1,58 @@
1Microsoft Developer Studio Project File, Format Version 7.10 for libpng.
2
3Copyright (C) 2004 Simon-Pierre Cadieux.
4
5This code is released under the libpng license.
6For conditions of distribution and use, see copyright notice in png.h
7
8NOTE: This project will be removed from libpng-1.5.0. It has
9been replaced with the "vstudio" project.
10
11Assumptions:
12* The libpng source files are in ..\..
13* The zlib source files are in ..\..\..\zlib
14* The zlib project file is in . /* Warning: This is until the zlib project
15 files get intergrated into the next zlib release. The final zlib project
16 directory will then be ..\..\..\zlib\projects\visualc71. */
17
18To use:
19
201) On the main menu, select "File | Open Solution".
21 Open "libpng.sln".
22
232) Display the Solution Explorer view (Ctrl+Alt+L)
24
253) Set one of the project as the StartUp project. If you just want to build the
26 binaries set "libpng" as the startup project (Select "libpng" tree view
27 item + Project | Set as StartUp project). If you want to build and test the
28 binaries set it to "pngtest" (Select "pngtest" tree view item +
29 Project | Set as StartUp 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 libpng binaries as follows:
39
40* Win32_DLL_Release\libpng15.dll DLL build
41* Win32_DLL_Debug\libpng15d.dll DLL build (debug version)
42* Win32_DLL_VB\libpng15vb.dll DLL build for Visual Basic, using stdcall
43* Win32_LIB_Release\libpng.lib static build
44* Win32_LIB_Debug\libpngd.lib static build (debug version)
45
46Notes:
47
48If you change anything in the source files, or select different compiler
49settings, please change the DLL name to something different than any of
50the above names. Also, make sure that in your "pngusr.h" you define
51PNG_USER_PRIVATEBUILD and PNG_USER_DLLFNAME_POSTFIX according to the
52instructions provided in "pngconf.h".
53
54All DLLs built by this project use the Microsoft dynamic C runtime library
55MSVCR71.DLL (MSVCR71D.DLL for debug versions). If you distribute any of the
56above mentioned libraries you may have to include this DLL in your package.
57For a list of files that are redistributable in Visual Studio see
58$(VCINSTALLDIR)\redist.txt.