Imported from libpng-1.2.3.tar

This commit is contained in:
Glenn Randers-Pehrson
2002-05-21 18:06:08 -05:00
parent 22f28966c4
commit cfbed9bdf2
63 changed files with 973 additions and 1066 deletions

View File

@@ -1,5 +1,5 @@
Microsoft Developer Studio Build File, Format Version 6.00 for
libpng 1.2.3rc6 (May 13, 2002) and zlib
libpng 1.2.3 (May 21, 2002) and zlib
Copyright (C) 2000 Simon-Pierre Cadieux
For conditions of distribution and use, see copyright notice in png.h
@@ -9,14 +9,19 @@ Assumes that zlib sources have been copied to ..\..\..\zlib
To build:
1) On the main menu Select "Build|Set Active configuration".
0) On the main menu, select "File | Open Workspace" and then
select "libpng.dsw".
1) On the main menu Select "Build | Set Active configuration".
Among the configurations beginning with "libpng" select the
one you wish to build (the corresponding "zlib" configuration
will be built automatically).
2) Select "Build|Clean"
2) Select "Build | Clean"
3) Select "Build|Rebuild All"
3) Select "Build | Rebuild All". Ignore warning messages about
not being able to find certain include files (e.g., m68881.h,
alloc.h).
4) Look in the appropriate "win32" subdirectories for both "zlib"
and "libpng" binaries.
@@ -25,13 +30,15 @@ This project will build the PNG Development Group's "official" versions of
libpng and zlib libraries:
libpng12.dll (default version, currently C code only)
libpng12.dll (C + Assembler version)
libpng12.dll (C + Assembler debug version)
libpng12.dll (C code debug version)
libpng12a.dll (C + Assembler version)
libpng12b.dll (C + Assembler debug version)
libpng12d.dll (C code debug version)
libpng12vb.dll (version for VB, uses "stdcall" protocol)
libpng12[c,e-m].dll (reserved for official versions)
libpng12[n-z].dll (available for private versions)
zlib.dll (default version, currently C code only)
zlibd.dll (debug version)
zlibvb.dll (version for Visual Basic, uses "stdcall" protocol)
If you change anything in libpng, or select different compiler settings,
please change the library name to an unreserved name, and define
@@ -45,3 +52,6 @@ above mentioned libraries you should also include this DLL in your package.
For a list of files that are redistributable in Visual C++ 6.0, see
Common\Redist\Redist.txt on Disc 1 of the Visual C++ 6.0 product CDs.
5) For an example workspace that builds an application using the resulting
DLLs, go to Libpng's contrib\msvctest directory and use it to build
and run "pngtest".

View File

@@ -6,7 +6,7 @@ LIBRARY
DESCRIPTION "PNG image compression library for Windows"
EXPORTS
;Version 1.2.3rc6
;Version 1.2.3
png_build_grayscale_palette @1
png_check_sig @2
png_chunk_error @3

View File

@@ -1,6 +1,6 @@
A set of project files is available for Netware. Get
libpng-1.2.3rc6-project-netware.zip from a libpng distribution
libpng-1.2.3-project-netware.zip from a libpng distribution
site such as http://libpng.sourceforge.net
Put the zip file in this directory (projects) and then run
"unzip -a libpng-1.2.3rc6-project-netware.zip"
"unzip -a libpng-1.2.3-project-netware.zip"

View File

@@ -1,6 +1,6 @@
A set of project files is available for WinCE. Get
libpng-1.2.3rc6-project-wince.zip from a libpng distribution
libpng-1.2.3-project-wince.zip from a libpng distribution
site such as http://libpng.sourceforge.net
Put the zip file in this directory (projects) and then run
"unzip -a libpng-1.2.3rc6-project-wince.zip"
"unzip -a libpng-1.2.3-project-wince.zip"