Update PNG to 1.2.6 + wutil patch.

Update ZLIB to 1.2.1.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3809 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
2004-09-08 16:04:43 +00:00
parent 53d7e32ff3
commit 88ff012c44
64 changed files with 8090 additions and 4425 deletions
+3 -4
View File
@@ -1,5 +1,5 @@
#
# "$Id: Makefile,v 1.1.2.5 2004/09/06 11:20:53 easysw Exp $"
# "$Id: Makefile,v 1.1.2.6 2004/09/08 16:04:42 easysw Exp $"
#
# GNU ZIP library makefile for the Fast Light Toolkit (FLTK).
#
@@ -31,8 +31,7 @@ include ../makeinclude
#
OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o \
trees.o zutil.o inflate.o infblock.o inftrees.o infcodes.o \
infutil.o inffast.o
trees.o zutil.o inflate.o inftrees.o inffast.o
LIBZ = ../lib/libfltk_z$(LIBEXT)
@@ -104,5 +103,5 @@ $(OBJS): ../makeinclude
#
# End of "$Id: Makefile,v 1.1.2.5 2004/09/06 11:20:53 easysw Exp $".
# End of "$Id: Makefile,v 1.1.2.6 2004/09/08 16:04:42 easysw Exp $".
#