diff pidgin/plugins/perl/common/Makefile.mingw @ 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 b74fa3d29cda
children 583d842a25ff
line wrap: on
line diff
--- a/pidgin/plugins/perl/common/Makefile.mingw	Fri Oct 30 06:52:29 2009 +0000
+++ b/pidgin/plugins/perl/common/Makefile.mingw	Sat Oct 31 19:23:14 2009 +0000
@@ -5,9 +5,12 @@
 #
 
 PIDGIN_TREE_TOP := ../../../..
-GCCWARNINGS := -Wno-comment -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wundef -Wno-unused
 include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak
 
+GCCWARNINGS += -Wno-comment -Wno-unused -Wno-nested-externs
+
+DEFINES := $(subst -DWIN32_LEAN_AND_MEAN,,$(DEFINES))
+
 TARGET = Pidgin
 EXTUTILS ?= C:/perl/lib/ExtUtils