Mercurial > pidgin.yaz
comparison pidgin/Makefile.mingw @ 28845:7e400b0c6397
Define WIN32_LEAN_AND_MEAN where possible during the compile to hopefully speed it up.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Sat, 31 Oct 2009 19:23:14 +0000 |
parents | ff4212a5268f |
children | 583d842a25ff |
comparison
equal
deleted
inserted
replaced
28844:96f0f6af5da2 | 28845:7e400b0c6397 |
---|---|
4 # Description: Makefile for win32 (mingw) version of Pidgin | 4 # Description: Makefile for win32 (mingw) version of Pidgin |
5 # | 5 # |
6 | 6 |
7 PIDGIN_TREE_TOP := .. | 7 PIDGIN_TREE_TOP := .. |
8 include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak | 8 include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak |
9 | |
10 DEFINES := $(subst -DWIN32_LEAN_AND_MEAN,,$(DEFINES)) | |
9 | 11 |
10 NEEDED_DLLS = $(GTKSPELL_TOP)/gtkspell/libgtkspell.dll | 12 NEEDED_DLLS = $(GTKSPELL_TOP)/gtkspell/libgtkspell.dll |
11 | 13 |
12 ## | 14 ## |
13 ## VARIABLE DEFINITIONS | 15 ## VARIABLE DEFINITIONS |
53 ## | 55 ## |
54 ## SOURCES, OBJECTS | 56 ## SOURCES, OBJECTS |
55 ## | 57 ## |
56 PIDGIN_C_SRC = \ | 58 PIDGIN_C_SRC = \ |
57 gtkaccount.c \ | 59 gtkaccount.c \ |
60 gtkblist-theme-loader.c \ | |
61 gtkblist-theme.c \ | |
58 gtkblist.c \ | 62 gtkblist.c \ |
59 gtkblist-theme.c \ | |
60 gtkblist-theme-loader.c \ | |
61 gtkcertmgr.c \ | |
62 gtkcellrendererexpander.c \ | 63 gtkcellrendererexpander.c \ |
63 gtkcellrendererprogress.c \ | 64 gtkcellrendererprogress.c \ |
65 gtkcertmgr.c \ | |
64 gtkconn.c \ | 66 gtkconn.c \ |
65 gtkconv.c \ | 67 gtkconv.c \ |
66 gtkdebug.c \ | 68 gtkdebug.c \ |
67 gtkdialogs.c \ | 69 gtkdialogs.c \ |
68 gtkdnd-hints.c \ | 70 gtkdnd-hints.c \ |
69 gtkdocklet.c \ | 71 gtkdocklet.c \ |
70 gtkeventloop.c \ | 72 gtkeventloop.c \ |
71 gtkexpander.c \ | 73 gtkexpander.c \ |
72 gtkft.c \ | 74 gtkft.c \ |
75 gtkicon-theme-loader.c \ | |
73 gtkicon-theme.c \ | 76 gtkicon-theme.c \ |
74 gtkicon-theme-loader.c \ | |
75 gtkidle.c \ | 77 gtkidle.c \ |
76 gtkimhtml.c \ | 78 gtkimhtml.c \ |
77 gtkimhtmltoolbar.c \ | 79 gtkimhtmltoolbar.c \ |
78 gtklog.c \ | 80 gtklog.c \ |
79 gtkmain.c \ | 81 gtkmain.c \ |