comparison libpurple/plugins/Makefile.mingw @ 15377:0e17470b47c2

Update win32 build for libpurple and pidgin renames. This compiles, but is far from complete.
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 21 Jan 2007 21:55:07 +0000
parents 5fe8042783c1
children ded8da3de5f8
comparison
equal deleted inserted replaced
15376:9a4305efd23e 15377:0e17470b47c2
3 # 3 #
4 # Description: Makefile for win32 (mingw) version of Gaim Plugins 4 # Description: Makefile for win32 (mingw) version of Gaim Plugins
5 # 5 #
6 6
7 GAIM_TOP := ../.. 7 GAIM_TOP := ../..
8 include $(GAIM_TOP)/libgaim/win32/global.mak 8 include $(GAIM_TOP)/libpurple/win32/global.mak
9 9
10 PERL_PLUGIN := ./perl 10 PERL_PLUGIN := ./perl
11 TCL_PLUGIN := ./tcl 11 TCL_PLUGIN := ./tcl
12 SSL_PLUGIN := ./ssl 12 SSL_PLUGIN := ./ssl
13 13
35 -lglib-2.0 \ 35 -lglib-2.0 \
36 -lgobject-2.0 \ 36 -lgobject-2.0 \
37 -lgmodule-2.0 \ 37 -lgmodule-2.0 \
38 -lintl \ 38 -lintl \
39 -lws2_32 \ 39 -lws2_32 \
40 -lgaim 40 -lpurple
41 41
42 ## 42 ##
43 ## TARGET DEFINITIONS 43 ## TARGET DEFINITIONS
44 ## 44 ##
45 .PHONY: all clean plugins install 45 .PHONY: all clean plugins install