Mercurial > audlegacy
changeset 2642:a30d6b36c00f trunk
[svn] - included gettext didn't compile. closes #866
author | yaz |
---|---|
date | Fri, 23 Mar 2007 10:16:00 -0700 |
parents | c06b07b17fb5 |
children | 74c0e73e0c33 |
files | ChangeLog src/audacious/build_stamp.c src/intl/Makefile |
diffstat | 3 files changed, 12 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Thu Mar 22 22:20:59 2007 -0700 +++ b/ChangeLog Fri Mar 23 10:16:00 2007 -0700 @@ -1,3 +1,12 @@ +2007-03-23 05:20:59 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> + revision [4304] + - add support for writing relative path. + + trunk/src/audacious/playlist.h | 2 +- + trunk/src/audacious/ui_playlist.c | 28 ++++++++++++++++++++++++++-- + 2 files changed, 27 insertions(+), 3 deletions(-) + + 2007-03-22 07:38:29 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> revision [4302] improve save/load playlist UI:
--- a/src/audacious/build_stamp.c Thu Mar 22 22:20:59 2007 -0700 +++ b/src/audacious/build_stamp.c Fri Mar 23 10:16:00 2007 -0700 @@ -1,2 +1,2 @@ #include <glib.h> -const gchar *svn_stamp = "20070322-4302"; +const gchar *svn_stamp = "20070323-4304";
--- a/src/intl/Makefile Thu Mar 22 22:20:59 2007 -0700 +++ b/src/intl/Makefile Fri Mar 23 10:16:00 2007 -0700 @@ -14,7 +14,7 @@ -Drelocate=libintl_relocate \ -DDEPENDS_ON_LIBICONV=1 -CFLAGS += $(PICFLAGS) -I../ -I. $(DEFS) +CFLAGS += $(PICFLAGS) -I../.. -I. $(DEFS) SOURCES = \ bindtextdom.c \ @@ -46,4 +46,4 @@ include ../../mk/objective.mk libintl.a: $(OBJECTS) - $(AR) cq $@ $(OBJECTS) + $(AR) cr $@ $(OBJECTS)