comparison libpurple/plugins/perl/Makefile.mingw @ 28472: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 ab5b9acebde3
children
comparison
equal deleted inserted replaced
28471:96f0f6af5da2 28472:7e400b0c6397
5 # 5 #
6 6
7 PIDGIN_TREE_TOP := ../../.. 7 PIDGIN_TREE_TOP := ../../..
8 include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak 8 include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak
9 9
10 DEFINES := $(subst -DWIN32_LEAN_AND_MEAN,,$(DEFINES))
11
10 TARGET = perl 12 TARGET = perl
11 13
12 # Perl headers with /* /* */ type comments.. Turn off warnings. 14 # Perl headers with /* /* */ type comments.. Turn off warnings.
13 CFLAGS += -Wno-comment 15 GCCWARNINGS += -Wno-comment
14 16
15 ## 17 ##
16 ## INCLUDE PATHS 18 ## INCLUDE PATHS
17 ## 19 ##
18 INCLUDE_PATHS += -I. \ 20 INCLUDE_PATHS += -I. \