Mercurial > audlegacy
changeset 1648:d878473e6e3e trunk
[svn] - remove orphaned dependencies
author | nenolod |
---|---|
date | Thu, 07 Sep 2006 20:53:57 -0700 |
parents | 310865cd03a6 |
children | f3934d790a2e |
files | ChangeLog audacious/Makefile |
diffstat | 2 files changed, 17 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Thu Sep 07 20:52:55 2006 -0700 +++ b/ChangeLog Thu Sep 07 20:53:57 2006 -0700 @@ -1,3 +1,18 @@ +2006-09-08 03:52:55 +0000 William Pitcock <nenolod@nenolod.net> + revision [2225] + - remove WA2gui code + - the build IS broken right now, I will fix it in the next few commits + + + Changes: Modified: + +0 -1753 trunk/audacious/equalizer.c + +0 -60 trunk/audacious/equalizer.h + +0 -3570 trunk/audacious/mainwin.c + +0 -193 trunk/audacious/mainwin.h + +0 -2029 trunk/audacious/ui_playlist.c + +0 -78 trunk/audacious/ui_playlist.h + + 2006-09-08 03:50:14 +0000 William Pitcock <nenolod@nenolod.net> revision [2223] - add Makefile
--- a/audacious/Makefile Thu Sep 07 20:52:55 2006 -0700 +++ b/audacious/Makefile Thu Sep 07 20:53:57 2006 -0700 @@ -2,7 +2,7 @@ include ../mk/init.mk include ../mk/objective.mk -SUBDIRS = widgets glade images +SUBDIRS = glade images beepincludedir = $(includedir)/audacious @@ -16,8 +16,7 @@ ../sqlite/libsqlite.a \ $(CHARDET_LIBS) \ $(GTK_LIBS) \ - $(LIBGLADE_LIBS) \ - ./widgets/libwidgets.a + $(LIBGLADE_LIBS) CFLAGS += \ $(GTK_CFLAGS) \ @@ -51,12 +50,9 @@ playback.c \ main.c \ logger.c \ - mainwin.c \ skinwin.c \ prefswin.c \ ui_fileinfo.c \ - ui_playlist.c \ - equalizer.c \ glade.c \ hints.c \ about.c credits.c \