Imported from libpng-1.2.3rc2.tar

This commit is contained in:
Glenn Randers-Pehrson
2002-05-01 11:51:26 -05:00
parent 03008a08d1
commit 25d8224d15
60 changed files with 190 additions and 157 deletions

View File

@@ -1,5 +1,5 @@
Microsoft Developer Studio Build File, Format Version 6.00 for
libpng 1.2.3rc1 (April 27, 2002) and zlib
libpng 1.2.3rc2 (May 1, 2002) and zlib
Copyright (C) 2000 Simon-Pierre Cadieux
For conditions of distribution and use, see copyright notice in png.h

View File

@@ -6,7 +6,7 @@ LIBRARY
DESCRIPTION "PNG image compression library for Windows"
EXPORTS
;Version 1.2.3rc1
;Version 1.2.3rc2
png_build_grayscale_palette @1
png_check_sig @2
png_chunk_error @3
@@ -213,6 +213,10 @@ EXPORTS
png_set_strip_error_numbers @193
; Added at version 1.2.2
png_handle_as_unknown @194
; Added at version 1.2.2 and deleted from version 1.2.3
; png_zalloc @195
; png_zfree @196
png_zalloc @195
png_zfree @196
; Added at version 1.2.3
png_default_read @197
png_default_write @198
png_default_flush @199
png_push_fill_buffer @200

View File

@@ -1,6 +1,6 @@
A set of project files is available for Netware. Get
libpng-1.2.3rc1-project-netware.zip from a libpng distribution
libpng-1.2.3rc2-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.3rc1-project-netware.zip"
"unzip -a libpng-1.2.3rc2-project-netware.zip"

View File

@@ -1,6 +1,6 @@
A set of project files is available for WinCE. Get
libpng-1.2.3rc1-project-wince.zip from a libpng distribution
libpng-1.2.3rc2-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.3rc1-project-wince.zip"
"unzip -a libpng-1.2.3rc2-project-wince.zip"