view src/song_change/Makefile @ 2632:55bc7318ff40

Fix ModPlug plugin bug "not starting from pattern order #0" by reverting CSoundFile::ProcessRow() to version not from Schism Tracker.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 May 2008 21:11:35 +0300
parents c42fa8f89616
children
line wrap: on
line source

PLUGIN = song_change${PLUGIN_SUFFIX}

SRCS = formatter.c song_change.c

include ../../buildsys.mk
include ../../extra.mk

plugindir := ${plugindir}/${GENERAL_PLUGIN_DIR}

CFLAGS += ${PLUGIN_CFLAGS}
CPPFLAGS += ${PLUGIN_CPPFLAGS} ${BEEP_DEFINES} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS}  -I../..
LIBS += ${GTK_LIBS} ${GLIB_LIBS}