comparison Makefile.mingw @ 283:5036603faa7a

tweaked Makefile.mingw reflecting mojin's comment.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 24 Dec 2008 16:25:57 +0900
parents 57f08c61dbc3
children f360d673cc35
comparison
equal deleted inserted replaced
282:ba00b20d968b 283:5036603faa7a
1 # you must specify pidgin top directory. 1 # you must specify pidgin top directory.
2 PIDGIN_TREE_TOP = 2 PIDGIN_TREE_TOP =
3 3
4 # set this variable if you use gtk common directory. 4 # uncomment this if you use gtk common directory.
5 USE_GTK_TOP = 5 #USE_GTK_TOP = 1
6 6
7 7
8 include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak 8 include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak
9 9
10 ifeq ($(USE_GTK_TOP), 1) 10 ifeq ($(USE_GTK_TOP), 1)