comparison libpurple/win32/global.mak @ 20924:1048f90e72df

Use the patched GtkSpell to avoid excessive memory usage per-conversation. Fixes #1453.
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 14 Oct 2007 20:02:34 +0000
parents 9683da821d15
children 9401a46da958
comparison
equal deleted inserted replaced
20923:9d9874c95a8d 20924:1048f90e72df
9 -include $(PIDGIN_TREE_TOP)/local.mak 9 -include $(PIDGIN_TREE_TOP)/local.mak
10 10
11 # Locations of our various dependencies 11 # Locations of our various dependencies
12 WIN32_DEV_TOP ?= $(PIDGIN_TREE_TOP)/../win32-dev 12 WIN32_DEV_TOP ?= $(PIDGIN_TREE_TOP)/../win32-dev
13 ASPELL_TOP ?= $(WIN32_DEV_TOP)/aspell-dev-0-50-3-3 13 ASPELL_TOP ?= $(WIN32_DEV_TOP)/aspell-dev-0-50-3-3
14 GTKSPELL_TOP ?= $(WIN32_DEV_TOP)/gtkspell-2.0.11 14 GTKSPELL_TOP ?= $(WIN32_DEV_TOP)/gtkspell-2.0.11-daa1
15 GTK_TOP ?= $(WIN32_DEV_TOP)/gtk_2_0 15 GTK_TOP ?= $(WIN32_DEV_TOP)/gtk_2_0
16 GTK_BIN ?= $(GTK_TOP)/bin 16 GTK_BIN ?= $(GTK_TOP)/bin
17 BONJOUR_TOP ?= $(WIN32_DEV_TOP)/Bonjour_SDK 17 BONJOUR_TOP ?= $(WIN32_DEV_TOP)/Bonjour_SDK
18 LIBXML2_TOP ?= $(WIN32_DEV_TOP)/libxml2 18 LIBXML2_TOP ?= $(WIN32_DEV_TOP)/libxml2
19 MEANWHILE_TOP ?= $(WIN32_DEV_TOP)/meanwhile-1.0.2 19 MEANWHILE_TOP ?= $(WIN32_DEV_TOP)/meanwhile-1.0.2
20 NSPR_TOP ?= $(WIN32_DEV_TOP)/nspr-4.6.4 20 NSPR_TOP ?= $(WIN32_DEV_TOP)/nspr-4.6.4
21 NSS_TOP ?= $(WIN32_DEV_TOP)/nss-3.11.4 21 NSS_TOP ?= $(WIN32_DEV_TOP)/nss-3.11.4
22 PERL_LIB_TOP ?= $(WIN32_DEV_TOP)/perl58 22 PERL_LIB_TOP ?= $(WIN32_DEV_TOP)/perl58
23 SILC_TOOLKIT ?= $(WIN32_DEV_TOP)/silc-toolkit-1.1.2 23 SILC_TOOLKIT ?= $(WIN32_DEV_TOP)/silc-toolkit-1.1.2
24 TCL_LIB_TOP ?= $(WIN32_DEV_TOP)/tcl-8.4.5 24 TCL_LIB_TOP ?= $(WIN32_DEV_TOP)/tcl-8.4.5
25 GSTREAMER_TOP ?= $(WIN32_DEV_TOP)/gstreamer-0.10.13
25 26
26 # Where we installing this stuff to? 27 # Where we installing this stuff to?
27 PIDGIN_INSTALL_DIR := $(PIDGIN_TREE_TOP)/win32-install-dir 28 PIDGIN_INSTALL_DIR := $(PIDGIN_TREE_TOP)/win32-install-dir
28 PURPLE_INSTALL_DIR := $(PIDGIN_TREE_TOP)/win32-install-dir 29 PURPLE_INSTALL_DIR := $(PIDGIN_TREE_TOP)/win32-install-dir
29 PIDGIN_INSTALL_PERLMOD_DIR := $(PIDGIN_INSTALL_DIR)/perlmod 30 PIDGIN_INSTALL_PERLMOD_DIR := $(PIDGIN_INSTALL_DIR)/perlmod