comparison libpurple/protocols/Makefile.mingw @ 19523:9683da821d15

Upgrade the win32 build to use version 1.1.2 of the SILC toolkit.
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 29 Aug 2007 04:30:53 +0000
parents 52a67d7b82ac
children e8d80d18df30
comparison
equal deleted inserted replaced
19522:759273051b26 19523:9683da821d15
6 # 6 #
7 7
8 PIDGIN_TREE_TOP := ../.. 8 PIDGIN_TREE_TOP := ../..
9 include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak 9 include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak
10 10
11 SUBDIRS = gg irc jabber msn novell null oscar qq sametime silc10 simple yahoo bonjour myspace 11 SUBDIRS = gg irc jabber msn novell null oscar qq sametime silc simple yahoo bonjour myspace
12 12
13 .PHONY: all install clean 13 .PHONY: all install clean
14 14
15 all: 15 all:
16 for subdir in $(SUBDIRS); do \ 16 for subdir in $(SUBDIRS); do \