comparison Makefile.mingw @ 293:f360d673cc35

tweaked makefile for windows.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 07 Apr 2009 17:44:18 +0900
parents 5036603faa7a
children
comparison
equal deleted inserted replaced
292:5e4e9b6637b4 293:f360d673cc35
1 # you must specify pidgin top directory. 1 # -*- mode: makefile -*-
2 PIDGIN_TREE_TOP =
3 2
4 # uncomment this if you use gtk common directory. 3 # you must specify pidgin top directory. the following line assumes
5 #USE_GTK_TOP = 1 4 # that pidgin-twitter directory is located at pidgin-*/pidgin/plugins.
5 PIDGIN_TREE_TOP = ../../../
6 6
7 # uncomment this if you use individually installed gtk libraries.
8 # USE_CUSTOM_PATHS = 1
7 9
8 include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak 10 include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak
9 11
10 ifeq ($(USE_GTK_TOP), 1) 12 # specify custom paths here.
13 ifeq ($(USE_CUSTOM_PATHS), 1)
14 GTK_TOP = ../gtk+-dev-2.12.11
15 GLIB_TOP = ../glib-dev-2.16.5
16 ATK_TOP = ../atk-dev-1.22.0
17 PANGO_TOP = ../pango-dev-1.20.5
18 CAIRO_TOP = ../cairo-dev-1.6.4-2
19 ICONV_TOP = ../win_iconv-tml-20080320
20 GETTEXT_TOP = ../gettext-runtime-dev-0.17-1
21 else
11 GLIB_TOP = $(GTK_TOP) 22 GLIB_TOP = $(GTK_TOP)
12 ATK_TOP = $(GTK_TOP) 23 ATK_TOP = $(GTK_TOP)
13 PANGO_TOP = $(GTK_TOP) 24 PANGO_TOP = $(GTK_TOP)
14 CAIRO_TOP = $(GTK_TOP) 25 CAIRO_TOP = $(GTK_TOP)
15 ICONV_TOP = $(GTK_TOP) 26 ICONV_TOP = $(GTK_TOP)
16 GETTEXT_TOP = $(GTK_TOP) 27 GETTEXT_TOP = $(GTK_TOP)
17 else
18 GLIB_TOP = ../glib-dev-2.16.5
19 GTK_TOP = ../gtk+-dev-2.12.11
20 ATK_TOP = ../atk-dev-1.22.0
21 PANGO_TOP = ../pango-dev-1.20.5
22 CAIRO_TOP = ../cairo-dev-1.6.4-2
23 ICONV_TOP = ../win_iconv-tml-20080320
24 GETTEXT_TOP = ../gettext-runtime-dev-0.17-1
25 endif 28 endif
29
26 30
27 OBJCOPY = objcopy.exe 31 OBJCOPY = objcopy.exe
28 STRIP = strip.exe 32 STRIP = strip.exe
29 33
30 TARGET = pidgin-twitter.dll 34 TARGET = pidgin-twitter.dll