diff --git a/ANNOUNCE b/ANNOUNCE index fc30c83a0..7ce11ae89 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -648,6 +648,9 @@ version 1.4.0beta95 [November 10, 2009] Changed pngminim/*/gather.sh to stop trying to remove pnggccrd.c and pngvcrd.c Added dependency on pngpriv.h in contrib/pngminim/*/makefile +version 1.4.0rc02 [November 10, 2009] + Renamed scripts/makefile.wce to scripts/makefile.cegcc + Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit https://lists.sourceforge.net/lists/listinfo/png-mng-implement diff --git a/CHANGES b/CHANGES index 2eb22a1a0..7117a0997 100644 --- a/CHANGES +++ b/CHANGES @@ -2334,6 +2334,9 @@ version 1.4.0beta95 [November 10, 2009] Changed pngminim/*/gather.sh to stop trying to remove pnggccrd.c and pngvcrd.c Added dependency on pngpriv.h in contrib/pngminim/*/makefile +version 1.4.0rc02 [November 10, 2009] + Renamed scripts/makefile.wce to scripts/makefile.cegcc + Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit https://lists.sourceforge.net/lists/listinfo/png-mng-implement diff --git a/INSTALL b/INSTALL index 2ad61f3cc..2d6e75903 100644 --- a/INSTALL +++ b/INSTALL @@ -108,6 +108,7 @@ include ansi2knr (Requires ansi2knr.c from ftp://ftp.cs.wisc.edu/ghost) makefile.aix => AIX/gcc makefile + makefile.cegcc => minge32ce for Windows CE makefile makefile.cygwin => Cygwin/gcc makefile makefile.darwin => Darwin makefile, can use on MacosX makefile.dec => DEC Alpha UNIX makefile diff --git a/scripts/makefile.wce b/scripts/makefile.cegcc similarity index 100% rename from scripts/makefile.wce rename to scripts/makefile.cegcc