* harbour/common.mak
* harbour/source/codepage/Makefile
+ harbour/source/codepage/cpesmwin.c
- harbour/source/codepage/cpesmwi.c
* renamed
* harbour/source/rtl/cdpapi.c
! do not use '~' as accented character marker if neither ACCENTED_EQUAL
nor ACCENTED_INTERLEAVED is set - in some CPs '~' is a letter
! use '~' as accented character marker only if it exists in UPPER and
LOWER letter sets - our CP code cannot properly decode letter sets
when this condition is not true - it should be fixed (TOFIX)
! use '.' as multibyte character marker only if it exists in UPPER and
LOWER letter sets - our CP code cannot properly decode letter sets
when this condition is not true - it should be fixed (TOFIX)
* harbour/source/codepage/cpeldos.c
* harbour/source/codepage/cpelwin.c
* updated accent marker upper letters to be the same as in lower ones
Greek users should fix me.
88 lines
1.3 KiB
Makefile
88 lines
1.3 KiB
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
|
|
C_SOURCES=\
|
|
cpbg866.c \
|
|
cpbgiso.c \
|
|
cpbgmik.c \
|
|
cpbgwin.c \
|
|
cpcs852.c \
|
|
cpcsiso.c \
|
|
cpcskam.c \
|
|
cpcswin.c \
|
|
cpeldos.c \
|
|
cpelwin.c \
|
|
cpesdos.c \
|
|
cpeswin.c \
|
|
cpesmwin.c \
|
|
cpfrdos.c \
|
|
cpgedos.c \
|
|
cpgewin.c \
|
|
cphr1250.c \
|
|
cphr437.c \
|
|
cphr852.c \
|
|
cphu852.c \
|
|
cphu852s.c \
|
|
cphuiso.c \
|
|
cphuisos.c \
|
|
cphuwin.c \
|
|
cphuwins.c \
|
|
cpit437.c \
|
|
cpit850.c \
|
|
cpitisb.c \
|
|
cpitiso.c \
|
|
cpltwin.c \
|
|
cppl852.c \
|
|
cppliso.c \
|
|
cpplmaz.c \
|
|
cpplwin.c \
|
|
cppt850.c \
|
|
cpptiso.c \
|
|
cpru866.c \
|
|
cprukoi.c \
|
|
cpruwin.c \
|
|
cpsk852.c \
|
|
cpskiso.c \
|
|
cpskkam.c \
|
|
cpskwin.c \
|
|
cpsl437.c \
|
|
cpsl852.c \
|
|
cpsliso.c \
|
|
cpslwin.c \
|
|
cpsrwin.c \
|
|
cpsv850.c \
|
|
cpsvclip.c \
|
|
cpsvwin.c \
|
|
cptrdos.c \
|
|
cptrwin.c \
|
|
cpua866.c \
|
|
cpuakoi.c \
|
|
cpuawin.c \
|
|
uc1250.c \
|
|
uc1251.c \
|
|
uc1253.c \
|
|
uc1254.c \
|
|
uc1257.c \
|
|
uc737.c \
|
|
uc850.c \
|
|
uc852.c \
|
|
uc857.c \
|
|
uc866.c \
|
|
uc8859_1.c \
|
|
uc88591b.c \
|
|
uc8859_2.c \
|
|
uc8859_5.c \
|
|
uckam.c \
|
|
uckoi8.c \
|
|
uckoi8u.c \
|
|
ucmaz.c \
|
|
ucmik.c \
|
|
|
|
LIBNAME=codepage
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|