| 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 include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak |
8 include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak |
| |
9 |
| |
10 #we cannot include win32dep.h, but we need struct sockaddr_in6 definition |
| |
11 CFLAGS += -include ws2tcpip.h |
| 9 |
12 |
| 10 GCCWARNINGS += -Wno-comment -Wno-unused -Wno-nested-externs |
13 GCCWARNINGS += -Wno-comment -Wno-unused -Wno-nested-externs |
| 11 |
14 |
| 12 DEFINES := $(subst -DWIN32_LEAN_AND_MEAN,,$(DEFINES)) |
15 DEFINES := $(subst -DWIN32_LEAN_AND_MEAN,,$(DEFINES)) |
| 13 |
16 |