Mercurial > audlegacy
changeset 2410:79b4e8e4e2a7 trunk
[svn] - remove gcc-specific CFLAGs
author | nenolod |
---|---|
date | Thu, 25 Jan 2007 22:33:00 -0800 |
parents | 30ab29ed32d8 |
children | ffbac11b3a77 |
files | ChangeLog src/audacious/widgets/Makefile |
diffstat | 2 files changed, 34 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Thu Jan 25 22:20:19 2007 -0800 +++ b/ChangeLog Thu Jan 25 22:33:00 2007 -0800 @@ -1,3 +1,36 @@ +2007-01-26 06:20:19 +0000 William Pitcock <nenolod@sacredspiral.co.uk> + revision [3828] + - back out objective-make topdir probe stuff, it doesnt work on some + systems :( + - run make update-po + + trunk/Makefile | 2 + trunk/icons/Makefile | 6 + trunk/man/Makefile | 6 + trunk/mk/init.mk | 10 - + trunk/mk/objective.mk | 148 +++++++------------- + trunk/mk/rules.mk.in | 2 + trunk/po/audacious.pot | 248 +++++++++++++++++------------------ + trunk/skins/Classic/Makefile | 24 +++ + trunk/skins/Default/Makefile | 24 +++ + trunk/skins/Ivory/Makefile | 23 +++ + trunk/skins/Osmosis/Makefile | 23 +++ + trunk/skins/TinyPlayer/Makefile | 23 +++ + trunk/src/Makefile | 6 + trunk/src/audacious/Makefile | 8 - + trunk/src/audacious/glade/Makefile | 6 + trunk/src/audacious/images/Makefile | 6 + trunk/src/audacious/ui/Makefile | 6 + trunk/src/audacious/widgets/Makefile | 8 - + trunk/src/audtool/Makefile | 8 - + trunk/src/intl/Makefile | 6 + trunk/src/libaudacious++/Makefile | 8 - + trunk/src/libaudacious/Makefile | 8 - + trunk/src/libguess/Makefile | 6 + trunk/src/librcd/Makefile | 6 + 24 files changed, 342 insertions(+), 279 deletions(-) + + 2007-01-26 05:59:33 +0000 William Pitcock <nenolod@sacredspiral.co.uk> revision [3826] - rename some hooks so that they are more logical