comparison libpurple/protocols/qq/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 the QQ prpl 4 # Description: Makefile for win32 (mingw) version of the QQ prpl
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 = libqq 10 TARGET = libqq
11 TYPE = PLUGIN 11 TYPE = PLUGIN
12 12
13 # Static or Plugin... 13 # Static or Plugin...
80 ## 80 ##
81 LIBS = \ 81 LIBS = \
82 -lglib-2.0 \ 82 -lglib-2.0 \
83 -lws2_32 \ 83 -lws2_32 \
84 -lintl \ 84 -lintl \
85 -lgaim 85 -lpurple
86 86
87 include $(GAIM_COMMON_RULES) 87 include $(GAIM_COMMON_RULES)
88 88
89 ## 89 ##
90 ## TARGET DEFINITIONS 90 ## TARGET DEFINITIONS