Support from IBM for 850, 852, 855, 857, 862, 864 codepage

This commit is contained in:
mkaply%us.ibm.com 2000-01-06 21:35:12 +00:00
Родитель 2749923a80
Коммит 8950eeeba2
3 изменённых файлов: 27 добавлений и 1 удалений

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

@ -155,6 +155,7 @@ intl/uconv/ucvcn/Makefile
intl/uconv/ucvtw/Makefile
intl/uconv/ucvtw2/Makefile
intl/uconv/ucvko/Makefile
intl/uconv/ucvibm/Makefile
intl/locale/Makefile
intl/locale/public/Makefile
intl/locale/idl/Makefile

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

@ -17,6 +17,18 @@
# Rights Reserved.
#
# Contributor(s):
# IBM Corporation
#
# This Original Code has been modified by IBM Corporation.
# Modifications made by IBM described herein are
# Copyright (c) International Business Machines
# Corporation, 1999
#
# Modifications to Mozilla code or documentation
# identified per MPL Section 3.3
#
# Date Modified by Description of modification
# 12/09/1999 IBM Corp. Support for IBM codepages - 850,852,855,857,862,864
#
DEPTH = ../..
@ -26,7 +38,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = idl public src ucvja ucvcn ucvlatin ucvtw ucvtw2 ucvko
DIRS = idl public src ucvja ucvcn ucvlatin ucvtw ucvtw2 ucvko ucvibm
#ifdef ENABLE_TESTS
#DIRS += tests

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

@ -18,11 +18,24 @@
# Rights Reserved.
#
# Contributor(s):
# IBM Corporation
#
# This Original Code has been modified by IBM Corporation.
# Modifications made by IBM described herein are
# Copyright (c) International Business Machines
# Corporation, 1999
#
# Modifications to Mozilla code or documentation
# identified per MPL Section 3.3
#
# Date Modified by Description of modification
# 12/09/1999 IBM Corp. Support for IBM codepages - 850,852,855,857,862,864
DEPTH=..\..
DIRS=idl public src \
ucvlatin \
ucvibm \
ucvja \
ucvcn \
ucvtw \