Mercurial > audlegacy-plugins
view src/modplug/gui/Makefile @ 2545:585f2fc4134e
MIDI files were never properly supported (and probably shouldn't be, because
we have separate and working plugins for handling MIDI files), thus references
to MIDI are removed.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Wed, 30 Apr 2008 05:01:37 +0300 |
| parents | 134deb25be83 |
| children |
line wrap: on
line source
STATIC_LIB_NOINST = libgui.a SRCS = main.cxx \ support.cxx \ interface.cxx \ callbacks.cxx include ../../../buildsys.mk include ../../../extra.mk CFLAGS += ${PLUGIN_CFLAGS} CXXFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} -I../../..
