diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-03-04 13:16:15 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-03-04 13:16:15 +0000 |
commit | 4f735f9c7efbb40316858ad2efed993d860c7461 (patch) | |
tree | 43ccf38db72347f7b31eee44ec13854565310706 /Build/source/libs/icu/icu-49.1/extra/uconv/resfiles.mk | |
parent | a88413671252aebde6da430845232b126d5a71dd (diff) |
icu 49.1 (49_rc)
git-svn-id: svn://tug.org/texlive/trunk@25559 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/icu/icu-49.1/extra/uconv/resfiles.mk')
-rw-r--r-- | Build/source/libs/icu/icu-49.1/extra/uconv/resfiles.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Build/source/libs/icu/icu-49.1/extra/uconv/resfiles.mk b/Build/source/libs/icu/icu-49.1/extra/uconv/resfiles.mk new file mode 100644 index 00000000000..1e83ff6af4f --- /dev/null +++ b/Build/source/libs/icu/icu-49.1/extra/uconv/resfiles.mk @@ -0,0 +1,9 @@ +# Copyright (c) 2000-2002 IBM, Inc. and Others. +# A small makefile containing the list of resource bundles +# to include in uconv. + +# The variable FILESEPCHAR is defined by the caller to be +# the character separating components of a filename. + +RESOURCESDIR = resources +RESSRC = $(RESOURCESDIR)$(FILESEPCHAR)root.txt $(RESOURCESDIR)$(FILESEPCHAR)fr.txt |