]> git.saurik.com Git - wxWidgets.git/commitdiff
updated libpng from 1.0.3 to 1.2.4
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Mon, 8 Jul 2002 23:04:51 +0000 (23:04 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Mon, 8 Jul 2002 23:04:51 +0000 (23:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

Makefile.in
docs/changes.txt

index 7397c1d4df0cf2b4ed6bce3e1ba5b84d272e4ef3..fbd55bae557f0242e226000227f9073e7972d8ce 100644 (file)
@@ -179,20 +179,22 @@ ZLIBOBJS = \
 
 PNGOBJS = \
                png.o \
+               pngerror.o \
+               pnggccrd.o \
+               pngget.o \
+               pngmem.o \
+               pngpread.o \
                pngread.o \
+               pngrio.o \
                pngrtran.o \
                pngrutil.o \
-               pngpread.o \
+               pngset.o \
                pngtrans.o \
+               pngvcrd.o \
+               pngwio.o \
                pngwrite.o \
                pngwtran.o \
-               pngwutil.o \
-               pngerror.o \
-               pngmem.o \
-               pngwio.o \
-               pngrio.o \
-               pngget.o \
-               pngset.o
+               pngwutil.o
 
 JPEGOBJS = \
                jcomapi.o \
index d9ddf3d588470bded33ea15b66c4da4661e1716b..1f75cb88df28c3c1a864b27d093d35dd0da4ba29 100644 (file)
@@ -212,6 +212,7 @@ All (GUI):
 - wxHelpProvider::RemoveHelp added and called from ~wxWindowBase
   so that erroneous help strings are no longer found as the hash
   table fills up
+- updated libpng from 1.0.3 to 1.2.4
 
 wxMSW: