view switchspell/Makefile.mingw @ 1015:8c6a8f3d1f18 org.guifications.plugins

And fix my stupid mistake.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Fri, 03 Jul 2009 11:47:59 -0400
parents a20ed45c47bd
children 5f4a790f067d
line wrap: on
line source

#
# 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.11-daa1
PP_TOP :=		..

PP = switchspell

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