Mercurial > audlegacy-plugins
view src/modplug/Makefile @ 91:6e1002ea4ded trunk
[svn] - some seek code (can't be implemented right now though)
- change `return 1' to `return NULL' in decode_thread().
| author | nenolod |
|---|---|
| date | Thu, 12 Oct 2006 09:05:01 -0700 |
| parents | cf1054422f81 |
| children | 6b5a52635b3b |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS = libmodplug$(SHARED_SUFFIX) SUBDIRS = archive gui LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I.. -I../.. -I../../intl LIBADD = $(GTK_LIBS) -lstdc++ -lmodplug ./archive/libarchive.a ./gui/libgui.a SOURCES = plugin.cxx modplugbmp.cxx OBJECTS = ${SOURCES:.cxx=.o} include ../../mk/objective.mk
