comparison libpurple/win32/global.mak @ 22371:f56fb7858ecb

Enable SASL support for xmpp in the win32 build.
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 29 Feb 2008 03:47:21 +0000
parents e2961252eb62
children 801116601a7b
comparison
equal deleted inserted replaced
22370:e2961252eb62 22371:f56fb7858ecb
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
80 DEFINES += -DHAVE_CONFIG_H 82 DEFINES += -DHAVE_CONFIG_H
81 83
82 # Use -g flag when building debug version of Pidgin (including plugins). 84 # Use -g flag when building debug version of Pidgin (including plugins).
83 # Use -fnative-struct instead of -mms-bitfields when using mingw 1.1 85 # Use -fnative-struct instead of -mms-bitfields when using mingw 1.1
84 # (gcc 2.95) 86 # (gcc 2.95)