comparison libpurple/win32/global.mak @ 20348:44842d3f49ce

applied changes from 8548e491a5b470d5665cb1cf87a7b0caaa3c87a5 through f0159f8c232186c297492392cba2e3a541794457 applied changes from f0159f8c232186c297492392cba2e3a541794457 through bc9860a748e1570dd84f3743dd22c9834f2d38aa applied changes from 25148666afa153d299e40d80150d8f634248d1f5 through 29b2fc4762e2c5d03a7100c78f2a7b49237c5e80
author Luke Schierer <lschiere@pidgin.im>
date Sun, 21 Oct 2007 04:47:57 +0000
parents 9683da821d15
children 9401a46da958
comparison
equal deleted inserted replaced
20347:04fe5601fedb 20348:44842d3f49ce
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