comparison libpurple/plugins/perl/common/Makefile.mingw @ 15611:5dd46cb1a80a

Suppress warnings about unused variables in the generated perl bindings
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 11 Feb 2007 00:30:48 +0000
parents 015ad1283216
children 2f8274ce570a
comparison
equal deleted inserted replaced
15610:841669fc7af3 15611:5dd46cb1a80a
10 TARGET = Gaim 10 TARGET = Gaim
11 AUTOSPLIT = lib/auto/Gaim/autosplit.ix 11 AUTOSPLIT = lib/auto/Gaim/autosplit.ix
12 EXTUTILS ?= C:/perl/lib/ExtUtils 12 EXTUTILS ?= C:/perl/lib/ExtUtils
13 PERL_PLUGIN_TOP := .. 13 PERL_PLUGIN_TOP := ..
14 14
15 CFLAGS += -Wno-comment 15 CFLAGS += -Wno-comment -Wno-unused
16 16
17 ## 17 ##
18 ## INCLUDE PATHS 18 ## INCLUDE PATHS
19 ## 19 ##
20 INCLUDE_PATHS = -I. \ 20 INCLUDE_PATHS = -I. \