Mercurial > audlegacy-plugins
changeset 163:46e074b915eb trunk
[svn] - @%#^#
author | nenolod |
---|---|
date | Tue, 31 Oct 2006 15:33:08 -0800 |
parents | f026de9d341c |
children | 0393aae79318 |
files | ChangeLog src/modplug/Makefile |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Tue Oct 31 15:31:33 2006 -0800 +++ b/ChangeLog Tue Oct 31 15:33:08 2006 -0800 @@ -1,3 +1,11 @@ +2006-10-31 23:31:33 +0000 William Pitcock <nenolod@nenolod.net> + revision [324] + - fix reference + + trunk/src/modplug/gui/main.cxx | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + + 2006-10-31 23:29:06 +0000 William Pitcock <nenolod@nenolod.net> revision [322] - fix libmodplug references
--- a/src/modplug/Makefile Tue Oct 31 15:31:33 2006 -0800 +++ b/src/modplug/Makefile Tue Oct 31 15:33:08 2006 -0800 @@ -7,7 +7,7 @@ LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I.. -I../.. -I../../intl -LIBADD = $(GTK_LIBS) -lstdc++ -lmodplug ./archive/libarchive.a ./gui/libgui.a +LIBADD = $(GTK_LIBS) -lstdc++ ./archive/libarchive.a ./gui/libgui.a SOURCES.plugin = plugin.cxx modplugbmp.cxx SOURCES.core = tables.cxx \ sndmix.cxx \