diff options
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 |