comparison Makefile.mingw @ 13808:34d086c78a0d

[gaim-migrate @ 16234] Use libxml2 on win32 too. This increases the installer size by ~400K (oh well). committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 08 Jun 2006 15:13:39 +0000
parents 0438f853fc89
children 5c928f4c0105
comparison
equal deleted inserted replaced
13807:a415805c7456 13808:34d086c78a0d
10 GAIM_PLUGINS = ./plugins 10 GAIM_PLUGINS = ./plugins
11 GAIM_PIXMAPS = ./pixmaps 11 GAIM_PIXMAPS = ./pixmaps
12 GAIM_SOUNDS = ./sounds 12 GAIM_SOUNDS = ./sounds
13 GAIM_INSTALL_DIR = ./win32-install-dir 13 GAIM_INSTALL_DIR = ./win32-install-dir
14 GTKSPELL_TOP = ../win32-dev/gtkspell-2.0.6/gtkspell 14 GTKSPELL_TOP = ../win32-dev/gtkspell-2.0.6/gtkspell
15 LIBXML2_DIR = ../win32-dev/libxml2
15 IDLETRACK_TOP = $(GAIM_SRC)/win32/IdleTracker 16 IDLETRACK_TOP = $(GAIM_SRC)/win32/IdleTracker
16 GTKRC_TOP = ../win32-dev/gtkrc 17 GTKRC_TOP = ../win32-dev/gtkrc
17 OSCAR = $(GAIM_PROTOS)/oscar 18 OSCAR = $(GAIM_PROTOS)/oscar
18 YAHOO = $(GAIM_PROTOS)/yahoo 19 YAHOO = $(GAIM_PROTOS)/yahoo
19 MSN = $(GAIM_PROTOS)/msn 20 MSN = $(GAIM_PROTOS)/msn
31 MAKENSIS := makensis.exe 32 MAKENSIS := makensis.exe
32 33
33 VERSION := $(shell cat ./VERSION) 34 VERSION := $(shell cat ./VERSION)
34 35
35 NEEDED_DLLS = $(GTKSPELL_TOP)/libgtkspell.dll \ 36 NEEDED_DLLS = $(GTKSPELL_TOP)/libgtkspell.dll \
36 $(IDLETRACK_TOP)/idletrack.dll 37 $(IDLETRACK_TOP)/idletrack.dll \
38 $(LIBXML2_DIR)/bin/libxml2.dll
37 39
38 SOUNDS = $(GAIM_SOUNDS)/alert.wav \ 40 SOUNDS = $(GAIM_SOUNDS)/alert.wav \
39 $(GAIM_SOUNDS)/login.wav \ 41 $(GAIM_SOUNDS)/login.wav \
40 $(GAIM_SOUNDS)/logout.wav \ 42 $(GAIM_SOUNDS)/logout.wav \
41 $(GAIM_SOUNDS)/receive.wav \ 43 $(GAIM_SOUNDS)/receive.wav \