From 99cf941edd67b4317d43caa60ef76bc8ba891c48 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Wed, 25 Jun 2014 10:49:44 -0700 Subject: [PATCH] Trim a bit more out of the ICU data files --- build/icu/icu.vcxproj | 4 ++-- tools/strip-icu.py | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/build/icu/icu.vcxproj b/build/icu/icu.vcxproj index 56bb9e331..f4e36160c 100644 --- a/build/icu/icu.vcxproj +++ b/build/icu/icu.vcxproj @@ -58,9 +58,9 @@ > diff --git a/tools/strip-icu.py b/tools/strip-icu.py index 05dc1cfa9..e26e40c17 100644 --- a/tools/strip-icu.py +++ b/tools/strip-icu.py @@ -36,6 +36,9 @@ REMOVE_SUBDIRS=['LOCSRCDIR', 'CURRSRCDIR', 'ZONESRCDIR', 'COLSRCDIR', 'RBNFSRCDI delete_matching('Makefile.in', ['^-include .*%s' % s for s in REMOVE_SUBDIRS]) delete_matching('Makefile.in', ['^CNV_FILES']) +with open('misc/misclocal.mk', 'w') as f: + f.write('MISC_SOURCE = supplementalData.txt likelySubtags.txt icuver.txt icustd.txt metadata.txt') + # Remove data we don't need from the lang and region files def parse_txt(filename): root = {}