pidgin/purple-plugin-pack

merge of '03abf61fc417f02c8a2888aa3783acb220fad2f8'
org.guifications.plugins
2007-10-09, rekkanoryo
764ade3ee2db
merge of '03abf61fc417f02c8a2888aa3783acb220fad2f8'
and '25a1ec4f75749ddfb1790ae3efb5daabd1108731'
#
# Makefile.mingw
#
# Description: Makefile for switchspell plugin.
#
ASPELL_TOP = $(PIDGIN_TREE_TOP)/../win32-dev/aspell-dev-0-50-3-3
GTKSPELL_TOP = $(PIDGIN_TREE_TOP)/../win32-dev/gtkspell-2.0.6
PP_TOP := ..
PP = switchspell
INCLUDE_PATHS = -I$(GTKSPELL_TOP) -I$(ASPELL_TOP)/include
LIB_PATHS = -L$(ASPELL_TOP)/lib
include $(PP_TOP)/win_pp.mak
INCLUDE_PATHS += \
-I$(GTKSPELL_TOP) \
-I$(ASPELL_TOP)/include
LIB_PATHS += \
-L$(GTKSPELL_TOP)/gtkspell \
-L$(ASPELL_TOP)/lib
PLUGIN_LIBS += \
-lgtkspell \
-laspell-15