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 = {}