| 3 # |
3 # |
| 4 # Description: Makefile for Pidgin perl module. |
4 # Description: Makefile for Pidgin perl module. |
| 5 # |
5 # |
| 6 |
6 |
| 7 PIDGIN_TREE_TOP := ../../../.. |
7 PIDGIN_TREE_TOP := ../../../.. |
| |
8 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 |
| 8 include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak |
9 include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak |
| 9 |
10 |
| 10 TARGET = Pidgin |
11 TARGET = Pidgin |
| 11 EXTUTILS ?= C:/perl/lib/ExtUtils |
12 EXTUTILS ?= C:/perl/lib/ExtUtils |
| 12 |
|
| 13 CFLAGS += -Wno-comment -Wno-unused |
|
| 14 |
13 |
| 15 ## |
14 ## |
| 16 ## INCLUDE PATHS |
15 ## INCLUDE PATHS |
| 17 ## |
16 ## |
| 18 INCLUDE_PATHS = -I. \ |
17 INCLUDE_PATHS = -I. \ |