mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
add ucvtw, ucvtw2, ucvko
This commit is contained in:
parent
23ff7e5c2b
commit
fc6dc97b0e
@ -123,6 +123,9 @@ intl/uconv/ucvja/Makefile
|
||||
intl/uconv/ucvlatin/Makefile
|
||||
intl/uconv/ucvja2/Makefile
|
||||
intl/uconv/ucvcn/Makefile
|
||||
intl/uconv/ucvtw/Makefile
|
||||
intl/uconv/ucvtw2/Makefile
|
||||
intl/uconv/ucvko/Makefile
|
||||
intl/locale/Makefile
|
||||
intl/locale/public/Makefile
|
||||
intl/locale/src/Makefile
|
||||
|
@ -24,9 +24,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = public src
|
||||
|
||||
DIRS += ucvja ucvja2 ucvcn
|
||||
|
||||
DIRS += ucvlatin
|
||||
DIRS += ucvja ucvja2 ucvcn ucvlatin ucvtw ucvtw2 ucvko
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
# DIRS += tests
|
||||
|
@ -22,6 +22,9 @@ DIRS=public src \
|
||||
ucvja \
|
||||
ucvja2 \
|
||||
ucvcn \
|
||||
ucvtw \
|
||||
ucvtw2 \
|
||||
ucvko \
|
||||
tests
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
Loading…
x
Reference in New Issue
Block a user