comparison libpurple/win32/global.mak @ 25635:efaecb71baad

propagate from branch 'im.pidgin.pidgin' (head 8ca6a80e2cd7fbbc59983f8ba370f7276e062db9) to branch 'im.pidgin.pidgin.vv' (head 3ed39e8792f4a2e92ef5a3c7f4fb14251c9dae11)
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 15 Mar 2008 07:39:15 +0000
parents 801116601a7b
children 8b952cb84f45
comparison
equal deleted inserted replaced
25634:741a702033e0 25635:efaecb71baad
14 GTKSPELL_TOP ?= $(WIN32_DEV_TOP)/gtkspell-2.0.11-daa1 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-2.6.30 18 LIBXML2_TOP ?= $(WIN32_DEV_TOP)/libxml2-2.6.30
19 MEANWHILE_TOP ?= $(WIN32_DEV_TOP)/meanwhile-1.0.2 19 MEANWHILE_TOP ?= $(WIN32_DEV_TOP)/meanwhile-1.0.2_daa1
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.5 23 SILC_TOOLKIT ?= $(WIN32_DEV_TOP)/silc-toolkit-1.1.5
24 TCL_LIB_TOP ?= $(WIN32_DEV_TOP)/tcl-8.4.5 24 TCL_LIB_TOP ?= $(WIN32_DEV_TOP)/tcl-8.4.5
75 DISPLAY_VERSION := $(PIDGIN_VERSION)-$(EXTRAVERSION) 75 DISPLAY_VERSION := $(PIDGIN_VERSION)-$(EXTRAVERSION)
76 else 76 else
77 DISPLAY_VERSION := $(PIDGIN_VERSION) 77 DISPLAY_VERSION := $(PIDGIN_VERSION)
78 endif 78 endif
79 79
80 CYRUS_SASL ?= 1
81
82 ifeq ($(CYRUS_SASL), 1)
83 DEFINES += -DHAVE_CYRUS_SASL
84 endif
85
80 DEFINES += -DHAVE_CONFIG_H 86 DEFINES += -DHAVE_CONFIG_H
81 87
82 # Use -g flag when building debug version of Pidgin (including plugins). 88 # Use -g flag when building debug version of Pidgin (including plugins).
83 # Use -fnative-struct instead of -mms-bitfields when using mingw 1.1 89 # Use -fnative-struct instead of -mms-bitfields when using mingw 1.1
84 # (gcc 2.95) 90 # (gcc 2.95)