diff 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
line wrap: on
line diff
--- a/libpurple/plugins/perl/Makefile.mingw	Fri Oct 30 06:52:29 2009 +0000
+++ b/libpurple/plugins/perl/Makefile.mingw	Sat Oct 31 19:23:14 2009 +0000
@@ -7,10 +7,12 @@
 PIDGIN_TREE_TOP := ../../..
 include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak
 
+DEFINES := $(subst -DWIN32_LEAN_AND_MEAN,,$(DEFINES))
+
 TARGET = perl
 
 # Perl headers with /* /* */ type comments.. Turn off warnings.
-CFLAGS += -Wno-comment
+GCCWARNINGS += -Wno-comment
 
 ##
 ## INCLUDE PATHS