comparison libpurple/win32/global.mak @ 27489:b74fa3d29cda

Modify the Windows build/install setup to deal with the perl modules the way the Linux build/install setup does. This wasn't strictly necessary but does make things more nicely parallel.
author Etan Reisner <pidgin@unreliablesource.net>
date Tue, 07 Jul 2009 15:44:24 +0000
parents 727d960a75a4
children bd3cf895e19a
comparison
equal deleted inserted replaced
27488:cd390b71b9ff 27489:b74fa3d29cda
25 GSTREAMER_TOP ?= $(WIN32_DEV_TOP)/gstreamer-0.10.13 25 GSTREAMER_TOP ?= $(WIN32_DEV_TOP)/gstreamer-0.10.13
26 26
27 # Where we installing this stuff to? 27 # Where we installing this stuff to?
28 PIDGIN_INSTALL_DIR := $(PIDGIN_TREE_TOP)/win32-install-dir 28 PIDGIN_INSTALL_DIR := $(PIDGIN_TREE_TOP)/win32-install-dir
29 PURPLE_INSTALL_DIR := $(PIDGIN_TREE_TOP)/win32-install-dir 29 PURPLE_INSTALL_DIR := $(PIDGIN_TREE_TOP)/win32-install-dir
30 PIDGIN_INSTALL_PERLMOD_DIR := $(PIDGIN_INSTALL_DIR)/perlmod
31 PIDGIN_INSTALL_PLUGINS_DIR := $(PIDGIN_INSTALL_DIR)/plugins 30 PIDGIN_INSTALL_PLUGINS_DIR := $(PIDGIN_INSTALL_DIR)/plugins
32 PURPLE_INSTALL_PERLMOD_DIR := $(PURPLE_INSTALL_DIR)/perlmod 31 PIDGIN_INSTALL_PERL_DIR := $(PIDGIN_INSTALL_PLUGINS_DIR)/perl
33 PURPLE_INSTALL_PLUGINS_DIR := $(PURPLE_INSTALL_DIR)/plugins 32 PURPLE_INSTALL_PLUGINS_DIR := $(PURPLE_INSTALL_DIR)/plugins
33 PURPLE_INSTALL_PERL_DIR := $(PURPLE_INSTALL_PLUGINS_DIR)/perl
34 PURPLE_INSTALL_PO_DIR := $(PURPLE_INSTALL_DIR)/locale 34 PURPLE_INSTALL_PO_DIR := $(PURPLE_INSTALL_DIR)/locale
35 35
36 # Important (enough) locations in our source code 36 # Important (enough) locations in our source code
37 PURPLE_TOP := $(PIDGIN_TREE_TOP)/libpurple 37 PURPLE_TOP := $(PIDGIN_TREE_TOP)/libpurple
38 PURPLE_PLUGINS_TOP := $(PURPLE_TOP)/plugins 38 PURPLE_PLUGINS_TOP := $(PURPLE_TOP)/plugins