change implementation to Imp2 so it don't depend on MTT and faster, smaller

This commit is contained in:
ftang%netscape.com 1999-02-03 17:44:05 +00:00
Родитель 3ddc652f66
Коммит b95441e257
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -24,10 +24,10 @@ include $(DEPTH)/config/autoconf.mk
MODULE = unicharutil
LIBRARY_NAME = unicharutil
CSRCS = ucdata.c \
CSRCS = \
$(NULL)
CPPSRCS = nsCaseConversionImp.cpp \
CPPSRCS = nsCaseConversionImp2.cpp \
nsUnicharUtilFactory.cpp \
$(NULL)