comparison libpurple/plugins/tcl/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 tcl plugin loader plugin. 4 # Description: Makefile for tcl plugin loader plugin.
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 = tcl 10 TARGET = tcl
11 TCL_INC_DIR := $(TCL_LIB_TOP)/include 11 TCL_INC_DIR := $(TCL_LIB_TOP)/include
12 DEFINES += -DHAVE_TK -DUSE_TCL_STUBS -DUSE_TK_STUBS 12 DEFINES += -DHAVE_TK -DUSE_TCL_STUBS -DUSE_TK_STUBS
13 13
44 ## 44 ##
45 LIBS = \ 45 LIBS = \
46 -lglib-2.0 \ 46 -lglib-2.0 \
47 -lws2_32 \ 47 -lws2_32 \
48 -lintl \ 48 -lintl \
49 -lgaim \ 49 -lpurple \
50 -ltclstub84 \ 50 -ltclstub84 \
51 -ltkstub84 51 -ltkstub84
52 52
53 include $(GAIM_COMMON_RULES) 53 include $(GAIM_COMMON_RULES)
54 54