comparison libpurple/protocols/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
4 # Date 9/11/02 4 # Date 9/11/02
5 # Description: Top Makefile for win32 (mingw) port of Gaim 5 # Description: Top Makefile for win32 (mingw) port of Gaim
6 # 6 #
7 7
8 GAIM_TOP := ../.. 8 GAIM_TOP := ../..
9 include $(GAIM_TOP)/libgaim/win32/global.mak 9 include $(GAIM_TOP)/libpurple/win32/global.mak
10 10
11 SUBDIRS = gg irc jabber msn novell oscar qq sametime silc simple yahoo 11 SUBDIRS = gg irc jabber msn novell oscar qq sametime silc simple yahoo
12 12
13 .PHONY: all install clean 13 .PHONY: all install clean
14 14