• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..30-Aug-20106

libpng.dspH A D28-Apr-20109.9 KiB

libpng.dswH A D14-Mar-20061.1 KiB

pngtest.dspH A D28-Apr-20106.4 KiB

README.txtH A D31-May-20102 KiB

README.txt

1Microsoft Developer Studio Project File, Format Version 6.00 for libpng.
2
3Copyright (C) 2000-2004 Simon-Pierre Cadieux.
4Copyright (C) 2004 Cosmin Truta.
5
6This code is released under the libpng license.
7For conditions of distribution and use, see copyright notice in png.h
8
9NOTE: This project will be removed from libpng-1.5.0.  It has
10been replaced with the "vstudio" project.
11
12Assumptions:
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
18To use:
19
201) On the main menu, select "File | Open Workspace".
21   Open "libpng.dsw".
22
232) Select "Build | Set Active Configuration".
24   Choose the configuration you wish to build.
25   (Choose libpng or pngtest; zlib will be built automatically.)
26
273) Select "Build | Clean".
28
294) Select "Build | Build ... (F7)".  Ignore warning messages about
30   not being able to find certain include files (e.g. alloc.h).
31
325) If you built the sample program (pngtest),
33   select "Build | Execute ... (Ctrl+F5)".
34
35
36This 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
45Notes:
46
47If you change anything in the source files, or select different compiler
48settings, please change the DLL name to something different than any of
49the above names. Also, make sure that in your "pngusr.h" you define
50PNG_USER_PRIVATEBUILD and PNG_USER_DLLFNAME_POSTFIX according to the
51instructions provided in "pngconf.h".
52
53All DLLs built by this project use the Microsoft dynamic C runtime library
54MSVCRT.DLL (MSVCRTD.DLL for debug versions).  If you distribute any of the
55above mentioned libraries you should also include this DLL in your package.
56For a list of files that are redistributable in Visual C++ 6.0, see
57Common\Redist\Redist.txt on Disc 1 of the Visual C++ 6.0 product CDs.
58