From b0dd0ad7af5df9535b82f71afaba1e2849f30ee5 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Tue, 10 Nov 2009 10:34:32 -0600 Subject: [PATCH] [devel] Renamed scripts/makefile.wce to scripts/makefile.cegcc --- ANNOUNCE | 3 +++ CHANGES | 3 +++ INSTALL | 1 + scripts/{makefile.wce => makefile.cegcc} | 0 4 files changed, 7 insertions(+) rename scripts/{makefile.wce => makefile.cegcc} (100%) 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 -- GitLab