pidgin/plugins/perl/common/Makefile.mingw

branch
release-2.x.y
changeset 35616
bf491142b9ce
parent 33364
d9ebf57cd361
child 35620
fb20cfee648a
child 36301
2b4af2e09a67
equal deleted inserted replaced
35602:ba59da68fb79 35616:bf491142b9ce
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

mercurial