~baltix/+junk/irrlicht-test

« back to all changes in this revision

Viewing changes to source/Irrlicht/libpng/projects/visualc6/README.txt

  • Committer: Mantas Kriaučiūnas
  • Date: 2011-07-18 13:06:25 UTC
  • Revision ID: mantas@akl.lt-20110718130625-c5pvifp61e7kj1ol
Included whole irrlicht SVN libraries to work around launchpad recipe issue with quilt, see https://answers.launchpad.net/launchpad/+question/165193

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Microsoft Developer Studio Project File, Format Version 6.00 for libpng.
 
2
 
 
3
Copyright (C) 2000-2004 Simon-Pierre Cadieux.
 
4
Copyright (C) 2004 Cosmin Truta.
 
5
 
 
6
This code is released under the libpng license.
 
7
For conditions of distribution and use, see copyright notice in png.h
 
8
 
 
9
NOTE: This project will be removed from libpng-1.5.0.  It has
 
10
been replaced with the "vstudio" project.
 
11
 
 
12
Assumptions:
 
13
* The libpng source files are in ..\..
 
14
* The zlib source files are in ..\..\..\zlib
 
15
* The zlib project files are in ..\..\..\zlib\projects\visualc6
 
16
 
 
17
 
 
18
To use:
 
19
 
 
20
1) On the main menu, select "File | Open Workspace".
 
21
   Open "libpng.dsw".
 
22
 
 
23
2) Select "Build | Set Active Configuration".
 
24
   Choose the configuration you wish to build.
 
25
   (Choose libpng or pngtest; zlib will be built automatically.)
 
26
 
 
27
3) Select "Build | Clean".
 
28
 
 
29
4) Select "Build | Build ... (F7)".  Ignore warning messages about
 
30
   not being able to find certain include files (e.g. alloc.h).
 
31
 
 
32
5) If you built the sample program (pngtest),
 
33
   select "Build | Execute ... (Ctrl+F5)".
 
34
 
 
35
 
 
36
This project builds the libpng binaries as follows:
 
37
 
 
38
* Win32_DLL_Release\libpng14.dll      DLL build
 
39
* Win32_DLL_Debug\libpng14d.dll       DLL build (debug version)
 
40
* Win32_DLL_VB\libpng14vb.dll         DLL build for Visual Basic, using stdcall
 
41
* Win32_LIB_Release\libpng.lib        static build
 
42
* Win32_LIB_Debug\libpngd.lib         static build (debug version)
 
43
 
 
44
 
 
45
Notes:
 
46
 
 
47
If you change anything in the source files, or select different compiler
 
48
settings, please change the DLL name to something different than any of
 
49
the above names. Also, make sure that in your "pngusr.h" you define
 
50
PNG_USER_PRIVATEBUILD and PNG_USER_DLLFNAME_POSTFIX according to the
 
51
instructions provided in "pngconf.h".
 
52
 
 
53
All DLLs built by this project use the Microsoft dynamic C runtime library
 
54
MSVCRT.DLL (MSVCRTD.DLL for debug versions).  If you distribute any of the
 
55
above mentioned libraries you should also include this DLL in your package.
 
56
For a list of files that are redistributable in Visual C++ 6.0, see
 
57
Common\Redist\Redist.txt on Disc 1 of the Visual C++ 6.0 product CDs.