comparison libpurple/win32/global.mak @ 23648:ab5b9acebde3

Update the Perl plugin loader to work with Perl 5.10. I don't think this will break compiling with older versions (note that Perl micro versions are not binary compatible). Update the win32 build to use (and require and upgrade to Perl 5.10). Fixes #5137
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 28 Jul 2008 00:52:54 +0000
parents dd21962a8a1d
children c31012d6f708
comparison
equal deleted inserted replaced
23647:d48d333e6ef5 23648:ab5b9acebde3
17 BONJOUR_TOP ?= $(WIN32_DEV_TOP)/Bonjour_SDK 17 BONJOUR_TOP ?= $(WIN32_DEV_TOP)/Bonjour_SDK
18 LIBXML2_TOP ?= $(WIN32_DEV_TOP)/libxml2-2.6.30 18 LIBXML2_TOP ?= $(WIN32_DEV_TOP)/libxml2-2.6.30
19 MEANWHILE_TOP ?= $(WIN32_DEV_TOP)/meanwhile-1.0.2_daa1 19 MEANWHILE_TOP ?= $(WIN32_DEV_TOP)/meanwhile-1.0.2_daa1
20 NSPR_TOP ?= $(WIN32_DEV_TOP)/nspr-4.6.4 20 NSPR_TOP ?= $(WIN32_DEV_TOP)/nspr-4.6.4
21 NSS_TOP ?= $(WIN32_DEV_TOP)/nss-3.11.4 21 NSS_TOP ?= $(WIN32_DEV_TOP)/nss-3.11.4
22 PERL_LIB_TOP ?= $(WIN32_DEV_TOP)/perl58 22 PERL_LIB_TOP ?= $(WIN32_DEV_TOP)/perl-5.10.0
23 SILC_TOOLKIT ?= $(WIN32_DEV_TOP)/silc-toolkit-1.1.5 23 SILC_TOOLKIT ?= $(WIN32_DEV_TOP)/silc-toolkit-1.1.5
24 TCL_LIB_TOP ?= $(WIN32_DEV_TOP)/tcl-8.4.5 24 TCL_LIB_TOP ?= $(WIN32_DEV_TOP)/tcl-8.4.5
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?
54 PURPLE_PERL_DLL := $(PURPLE_PERL_TOP)/perl.dll 54 PURPLE_PERL_DLL := $(PURPLE_PERL_TOP)/perl.dll
55 PIDGIN_DLL := $(PIDGIN_TOP)/pidgin.dll 55 PIDGIN_DLL := $(PIDGIN_TOP)/pidgin.dll
56 PIDGIN_EXE := $(PIDGIN_TOP)/pidgin.exe 56 PIDGIN_EXE := $(PIDGIN_TOP)/pidgin.exe
57 PIDGIN_PORTABLE_EXE := $(PIDGIN_TOP)/pidgin-portable.exe 57 PIDGIN_PORTABLE_EXE := $(PIDGIN_TOP)/pidgin-portable.exe
58 58
59 GCCWARNINGS := -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef 59 GCCWARNINGS ?= -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef
60 60
61 # parse the version number from the configure.ac file if it is newer 61 # parse the version number from the configure.ac file if it is newer
62 #m4_define([purple_major_version], [2]) 62 #m4_define([purple_major_version], [2])
63 #m4_define([purple_minor_version], [0]) 63 #m4_define([purple_minor_version], [0])
64 #m4_define([purple_micro_version], [0]) 64 #m4_define([purple_micro_version], [0])