comparison libgaim/win32/global.mak @ 14461:841ce6b110a8

[gaim-migrate @ 17175] A couple mingw makefile tweaks from Lee Roach and some cleanup from me. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 06 Sep 2006 03:01:57 +0000
parents c2c916d4d95c
children 7ca4a6820154
comparison
equal deleted inserted replaced
14460:040dfd49107d 14461:841ce6b110a8
21 TCL_LIB_TOP := $(WIN32_DEV_TOP)/tcl-8.4.5 21 TCL_LIB_TOP := $(WIN32_DEV_TOP)/tcl-8.4.5
22 22
23 # Where we installing this stuff to? 23 # Where we installing this stuff to?
24 GAIM_INSTALL_DIR := $(GAIM_TOP)/win32-install-dir 24 GAIM_INSTALL_DIR := $(GAIM_TOP)/win32-install-dir
25 GAIM_INSTALL_PERLMOD_DIR := $(GAIM_INSTALL_DIR)/perlmod 25 GAIM_INSTALL_PERLMOD_DIR := $(GAIM_INSTALL_DIR)/perlmod
26 GAIM_INSTALL_PIXMAPS_DIR := $(GAIM_INSTALL_DIR)/pixmaps
27 GAIM_INSTALL_PLUGINS_DIR := $(GAIM_INSTALL_DIR)/plugins 26 GAIM_INSTALL_PLUGINS_DIR := $(GAIM_INSTALL_DIR)/plugins
28 GAIM_INSTALL_PO_DIR := $(GAIM_INSTALL_DIR)/locale 27 GAIM_INSTALL_PO_DIR := $(GAIM_INSTALL_DIR)/locale
29 GAIM_INSTALL_SOUNDS_DIR := $(GAIM_INSTALL_DIR)/sounds
30 28
31 # Important (enough) locations in our source code 29 # Important (enough) locations in our source code
32 GAIM_LIB_TOP := $(GAIM_TOP)/libgaim 30 GAIM_LIB_TOP := $(GAIM_TOP)/libgaim
33 GAIM_LIB_PLUGINS_TOP := $(GAIM_LIB_TOP)/plugins 31 GAIM_LIB_PLUGINS_TOP := $(GAIM_LIB_TOP)/plugins
34 GAIM_LIB_PERL_TOP := $(GAIM_LIB_PLUGINS_TOP)/perl 32 GAIM_LIB_PERL_TOP := $(GAIM_LIB_PLUGINS_TOP)/perl