view src/hotkey/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 134deb25be83
children
line wrap: on
line source

PLUGIN = hotkey${PLUGIN_SUFFIX}

SRCS = plugin.c gui.c grab.c

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

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

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