pidgin/plugins/perl/common/Makefile.mingw

changeset 23915
b62601fd6e7d
parent 18633
34ba43198355
child 27665
00196a586c45
equal deleted inserted replaced
23914:ead407a0da6d 23915:b62601fd6e7d
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. \
70 OBJECTS = $(C_FILES:%.c=%.o) 69 OBJECTS = $(C_FILES:%.c=%.o)
71 70
72 ## 71 ##
73 ## LIBRARIES 72 ## LIBRARIES
74 ## 73 ##
75 LIBS = -lperl58 \ 74 LIBS = -lperl510 \
76 -lperl \ 75 -lperl \
77 -lpurple \ 76 -lpurple \
78 -lpidgin \ 77 -lpidgin \
79 -lglib-2.0 78 -lglib-2.0
80 79

mercurial