blob: e67ee480b7abe7ff924e9f9dacee9e7ded61f62c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
We don't want this for TeX Live cross compilation.
diff -ur icu-4.2.1.orig/config/mh-mingw icu-4.2.1/config/mh-mingw
--- icu-4.2.1.orig/config/mh-mingw 2010-02-22 22:57:21.000000000 +0100
+++ icu-4.2.1/config/mh-mingw 2010-02-22 23:06:27.603193612 +0100
@@ -52,21 +52,10 @@
SO = dll
## Non-shared intermediate object suffix
STATIC_O = ao
-SO_TARGET_VERSION_SUFFIX = $(SO_TARGET_VERSION_MAJOR)
-
-# Static library prefix and file extension
-LIBSICU = $(STATIC_PREFIX)$(ICUPREFIX)
-A = lib
## 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)
# The #M# is used to delete lines for icu-config
|