Mercurial > pidgin
comparison gtk/plugins/perl/common/Makefile.mingw @ 14571:9366a5873ebf
[gaim-migrate @ 17295]
Compile fixes
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Sun, 17 Sep 2006 19:25:00 +0000 |
parents | 74cdcd0c58b5 |
children | 7a8bbd6d1c2d |
comparison
equal
deleted
inserted
replaced
14570:a23083c0514d | 14571:9366a5873ebf |
---|---|
5 # | 5 # |
6 | 6 |
7 GAIM_TOP := ../../../.. | 7 GAIM_TOP := ../../../.. |
8 include $(GAIM_TOP)/libgaim/win32/global.mak | 8 include $(GAIM_TOP)/libgaim/win32/global.mak |
9 | 9 |
10 TARGET = Gtk | 10 TARGET = GtkUI |
11 EXTUTILS := C:/perl/lib/ExtUtils | 11 EXTUTILS := C:/perl/lib/ExtUtils |
12 | 12 |
13 CFLAGS += -Wno-comment | 13 CFLAGS += -Wno-comment |
14 | 14 |
15 ## | 15 ## |
36 | 36 |
37 ## | 37 ## |
38 ## SOURCES, OBJECTS | 38 ## SOURCES, OBJECTS |
39 ## | 39 ## |
40 XS_FILES = \ | 40 XS_FILES = \ |
41 Gtk.xs \ | 41 GtkUI.xs \ |
42 GtkAccount.xs \ | 42 GtkAccount.xs \ |
43 GtkBlist.xs \ | 43 GtkBlist.xs \ |
44 GtkConn.xs \ | 44 GtkConn.xs \ |
45 GtkConv.xs \ | 45 GtkConv.xs \ |
46 GtkConvWin.xs \ | 46 GtkConvWin.xs \ |