mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-5329 fix res_index.txt on brkitr
X-SVN-Rev: 20083
This commit is contained in:
parent
38491ca6b3
commit
598eaf6d3c
1 changed files with 1 additions and 2 deletions
|
@ -230,10 +230,9 @@ BRK_CTD_FILES = $(BRK_CTD_FILES:brkitr\ =)
|
|||
!ENDIF
|
||||
|
||||
!IFDEF BRK_RES_SOURCE
|
||||
BRK_RES_SOURCE = $(ICUBRK)\root.txt $(BRK_RES_SOURCE)
|
||||
BRK_RES_FILES = $(BRK_RES_SOURCE:.txt =.res brkitr\)
|
||||
BRK_RES_FILES = $(BRK_RES_FILES:.txt=.res)
|
||||
BRK_RES_FILES = $(BRK_RES_FILES:brkitr\ =)
|
||||
BRK_RES_FILES = $(ICUBRK)\root.res $(BRK_RES_FILES:brkitr\ =)
|
||||
ALL_RES = $(ALL_RES) $(ICUBRK)\res_index.res
|
||||
!ENDIF
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue