comparison libpurple/win32/global.mak @ 28845:7e400b0c6397

Define WIN32_LEAN_AND_MEAN where possible during the compile to hopefully speed it up.
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 31 Oct 2009 19:23:14 +0000
parents bd3cf895e19a
children bc2760c74a79
comparison
equal deleted inserted replaced
28844:96f0f6af5da2 28845:7e400b0c6397
83 83
84 ifeq ($(CYRUS_SASL), 1) 84 ifeq ($(CYRUS_SASL), 1)
85 DEFINES += -DHAVE_CYRUS_SASL 85 DEFINES += -DHAVE_CYRUS_SASL
86 endif 86 endif
87 87
88 DEFINES += -DHAVE_CONFIG_H 88 DEFINES += -DHAVE_CONFIG_H -DWIN32_LEAN_AND_MEAN
89 89
90 # Use -g flag when building debug version of Pidgin (including plugins). 90 # Use -g flag when building debug version of Pidgin (including plugins).
91 # Use -fnative-struct instead of -mms-bitfields when using mingw 1.1 91 # Use -fnative-struct instead of -mms-bitfields when using mingw 1.1
92 # (gcc 2.95) 92 # (gcc 2.95)
93 CFLAGS += -O2 -Wall $(GCCWARNINGS) -pipe -mno-cygwin -mms-bitfields -g 93 CFLAGS += -O2 -Wall $(GCCWARNINGS) -pipe -mno-cygwin -mms-bitfields -g