comparison libpurple/protocols/yahoo/Makefile.mingw @ 15376: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
15375:9a4305efd23e 15376:0e17470b47c2
3 # 3 #
4 # Description: Makefile for win32 (mingw) version of libyahoo 4 # Description: Makefile for win32 (mingw) version of libyahoo
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 TARGET = libyahoo 10 TARGET = libyahoo
11 TYPE = PLUGIN 11 TYPE = PLUGIN
12 12
13 # Static or Plugin... 13 # Static or Plugin...
57 ## 57 ##
58 LIBS = \ 58 LIBS = \
59 -lglib-2.0 \ 59 -lglib-2.0 \
60 -lws2_32 \ 60 -lws2_32 \
61 -lintl \ 61 -lintl \
62 -lgaim 62 -lpurple
63 63
64 include $(GAIM_COMMON_RULES) 64 include $(GAIM_COMMON_RULES)
65 65
66 ## 66 ##
67 ## TARGET DEFINITIONS 67 ## TARGET DEFINITIONS