ICU-4136 TRANLIT_SOURCE -> TRANSLIT_SOURCE

X-SVN-Rev: 16497
This commit is contained in:
George Rhoten 2004-10-14 23:32:14 +00:00
parent d6816c411b
commit 287e1a3959

View file

@ -258,7 +258,7 @@ RBNF_RES_FILES = $(RBNF_RES_FILES:rbnf\ =rbnf\)
!INCLUDE "$(ICUSRCDATA)\$(ICUTRNS)\trnsfiles.mk"
!IF EXISTS("$(ICUSRCDATA)\$(ICUTRNS)\trnslocal.mk")
!INCLUDE "$(ICUSRCDATA)\$(ICUTRNS)\trnslocal.mk"
TRANLIT_SOURCE=$(TRANSLIT_SOURCE) $(TRANSLIT_SOURCE_LOCAL)
TRANSLIT_SOURCE=$(TRANSLIT_SOURCE) $(TRANSLIT_SOURCE_LOCAL)
!ELSE
!MESSAGE Information: cannot find "trnslocal.mk". Not building user-additional transliterator files.
!ENDIF