From: Gilles Depeyrot Date: Mon, 8 Jul 2002 23:04:51 +0000 (+0000) Subject: updated libpng from 1.0.3 to 1.2.4 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ba51567d793ec44c8238e1590b3b50f1de81cf93?hp=4946a942d77cf51e00aa56404756e124d7c11411 updated libpng from 1.0.3 to 1.2.4 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/Makefile.in b/Makefile.in index 7397c1d4df..fbd55bae55 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \ diff --git a/docs/changes.txt b/docs/changes.txt index d9ddf3d588..1f75cb88df 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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: