Mercurial > audlegacy-plugins
changeset 550:6e0751b8b2a1 trunk
[svn] - who the fuck put that there
author | nenolod |
---|---|
date | Thu, 25 Jan 2007 22:27:29 -0800 |
parents | f4b8032d08f1 |
children | c0f69d57483b |
files | ChangeLog src/sexypsf/Makefile |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Thu Jan 25 21:44:10 2007 -0800 +++ b/ChangeLog Thu Jan 25 22:27:29 2007 -0800 @@ -1,3 +1,11 @@ +2007-01-26 05:44:10 +0000 William Pitcock <nenolod@sacredspiral.co.uk> + revision [1184] + - songchange: use asynchronous hooks instead of a polling event + + trunk/src/song_change/song_change.c | 376 ++++++++++++++++-------------------- + 1 file changed, 177 insertions(+), 199 deletions(-) + + 2007-01-25 21:21:21 +0000 Alexandr Orlov <alxorlov@pochta.ru> revision [1182] Update russian translation
--- a/src/sexypsf/Makefile Thu Jan 25 21:44:10 2007 -0800 +++ b/src/sexypsf/Makefile Thu Jan 25 22:27:29 2007 -0800 @@ -23,7 +23,7 @@ OBJECTS = ${SOURCES:.c=.o} -CFLAGS += -Wno-nonnull $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../.. -Ispu/ -I. +CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../.. -Ispu/ -I. include ../../mk/objective.mk