mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-4351 Make it easier to customize the data.
X-SVN-Rev: 17806
This commit is contained in:
parent
526748cfd7
commit
dcd6db9b35
3 changed files with 9 additions and 7 deletions
|
@ -256,10 +256,10 @@ RBNF_SOURCE=$(RBNF_SOURCE) $(RBNF_SOURCE_LOCAL)
|
|||
!MESSAGE Warning: cannot find "rbnffiles.mk"
|
||||
!ENDIF
|
||||
|
||||
RBNF_FILES = $(ICURBNF)\root.txt $(RBNF_ALIAS_SOURCE) $(RBNF_SOURCE)
|
||||
RBNF_FILES = $(RBNF_ALIAS_SOURCE) $(RBNF_SOURCE)
|
||||
RBNF_RES_FILES = $(RBNF_FILES:.txt =.res rbnf\)
|
||||
RBNF_RES_FILES = $(RBNF_RES_FILES:.txt=.res)
|
||||
RBNF_RES_FILES = $(RBNF_RES_FILES:rbnf\ =rbnf\)
|
||||
#RBNF_RES_FILES = $(RBNF_RES_FILES:rbnf\ =rbnf\)
|
||||
|
||||
# Read list of transliterator resource bundle files
|
||||
!IF EXISTS("$(ICUSRCDATA)\$(ICUTRNS)\trnsfiles.mk")
|
||||
|
@ -274,10 +274,10 @@ TRANSLIT_SOURCE=$(TRANSLIT_SOURCE) $(TRANSLIT_SOURCE_LOCAL)
|
|||
!MESSAGE Warning: cannot find "trnsfiles.mk"
|
||||
!ENDIF
|
||||
|
||||
TRANSLIT_FILES = $(ICUTRNS)\root.txt $(TRANSLIT_ALIAS_SOURCE) $(TRANSLIT_SOURCE)
|
||||
TRANSLIT_FILES = $(TRANSLIT_ALIAS_SOURCE) $(TRANSLIT_SOURCE)
|
||||
TRANSLIT_RES_FILES = $(TRANSLIT_FILES:.txt =.res translit\)
|
||||
TRANSLIT_RES_FILES = $(TRANSLIT_RES_FILES:.txt=.res)
|
||||
TRANSLIT_RES_FILES = $(TRANSLIT_RES_FILES:translit\ =translit\)
|
||||
#TRANSLIT_RES_FILES = $(TRANSLIT_RES_FILES:translit\ =translit\)
|
||||
|
||||
# Read list of miscellaneous resource bundle files
|
||||
!IF EXISTS("$(ICUSRCDATA)\$(ICUMISC2)\miscfiles.mk")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# * Copyright (C) 1997-2004, International Business Machines
|
||||
# * Copyright (C) 1997-2005, International Business Machines
|
||||
# * Corporation and others. All Rights Reserved.
|
||||
# A list of txt's to build
|
||||
# Note:
|
||||
|
@ -26,7 +26,7 @@
|
|||
|
||||
# This is the list of locales that are built, but not considered installed in ICU.
|
||||
# These are usually aliased locales or the root locale.
|
||||
RBNF_ALIAS_SOURCE =
|
||||
RBNF_ALIAS_SOURCE = root.txt
|
||||
|
||||
|
||||
# Please try to keep this list in alphabetical order
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# * Copyright (C) 1997-2004, International Business Machines
|
||||
# * Copyright (C) 1997-2005, International Business Machines
|
||||
# * Corporation and others. All Rights Reserved.
|
||||
# A list of txt's to build
|
||||
# Note:
|
||||
|
@ -23,4 +23,6 @@
|
|||
#
|
||||
#
|
||||
|
||||
TRANSLIT_ALIAS_SOURCE=root.txt
|
||||
|
||||
TRANSLIT_SOURCE=el.txt en.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue