Fixing MOZ_USE_NATIVE_UCONV bustage. nsCharsetConverterManager should always be compiled

This commit is contained in:
dougt%netscape.com 2003-04-03 01:18:00 +00:00
Родитель 8fb8e8f8d7
Коммит 6490cac537
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -60,11 +60,11 @@ CPPSRCS = \
nsConverterInputStream.cpp \ nsConverterInputStream.cpp \
nsTextToSubURI.cpp \ nsTextToSubURI.cpp \
nsURLProperties.cpp \ nsURLProperties.cpp \
nsCharsetConverterManager.cpp \
$(NULL) $(NULL)
ifndef MOZ_USE_NATIVE_UCONV ifndef MOZ_USE_NATIVE_UCONV
CPPSRCS += \ CPPSRCS += \
nsCharsetConverterManager.cpp \
nsScriptableUConv.cpp \ nsScriptableUConv.cpp \
nsUnicodeDecodeHelper.cpp \ nsUnicodeDecodeHelper.cpp \
nsUnicodeEncodeHelper.cpp \ nsUnicodeEncodeHelper.cpp \