From 9994c81ffbf2bf699d8e9f79d60032ccb5712c36 Mon Sep 17 00:00:00 2001 From: Michael Henning Date: Fri, 3 Apr 2015 13:50:39 -0400 Subject: [PATCH] build/win: Apply the same icu tweaks for 64 bit builds. --- .../patches/icu-fix-library-names.patch | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/build/windows/jhbuild/patches/icu-fix-library-names.patch b/build/windows/jhbuild/patches/icu-fix-library-names.patch index ecd9f6ddc5..c969c74147 100644 --- a/build/windows/jhbuild/patches/icu-fix-library-names.patch +++ b/build/windows/jhbuild/patches/icu-fix-library-names.patch @@ -19,3 +19,24 @@ # The #M# is used to delete lines for icu-config # Current full path directory. +--- a/source/config/mh-mingw64 2012-12-28 16:52:21.141964000 -0500 ++++ b/source/config/mh-mingw64 2012-12-28 18:24:11.955818449 -0500 +@@ -66,16 +66,8 @@ + LIBSICU = $(LIBPREFIX)$(STATIC_PREFIX)$(ICUPREFIX) + A = a + +-## An import library is needed for z/OS and MSVC +-IMPORT_LIB_EXT = .lib +- +-LIBPREFIX= +- +-# Change the stubnames so that poorly working FAT disks and installation programs can work. +-# This is also for backwards compatibility. +-DATA_STUBNAME = dt +-I18N_STUBNAME = in +-LIBICU = $(STATIC_PREFIX_WHEN_USED)$(ICUPREFIX) ++## import libraries are nice to have under mingw ++IMPORT_LIB_EXT = .dll.a + + # The #M# is used to delete lines for icu-config + # Current full path directory.