* harbour/common.mak
* harbour/source/codepage/Makefile
* harbour/source/codepage/cphu852.c
+ harbour/source/codepage/cphu852s.c
! Default Hungarian 852 codepage made 100% compatible with
ntxhu852.obj for CA-Cl*pper 5.x.
+ Added Hungarian 852 codepage 100% compatible with
sixhu852.obj for S*ccessWare SIx Driver.
(this was formerly used as the default Hungarian 852
codepage for Harbour, the only change now is the ID and
comment cleanup.)
77 lines
1.2 KiB
Makefile
77 lines
1.2 KiB
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
|
|
C_SOURCES=\
|
|
cpbg866.c \
|
|
cpbgiso.c \
|
|
cpbgwin.c \
|
|
cpcs852.c \
|
|
cpcsiso.c \
|
|
cpcskam.c \
|
|
cpcswin.c \
|
|
cpeldos.c \
|
|
cpelwin.c \
|
|
cpesdos.c \
|
|
cpeswin.c \
|
|
cpesmwi.c \
|
|
cpfrdos.c \
|
|
cpgedos.c \
|
|
cpgewin.c \
|
|
cphr1250.c \
|
|
cphr437.c \
|
|
cphr852.c \
|
|
cphu852.c \
|
|
cphu852s.c \
|
|
cphuiso.c \
|
|
cphuwin.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 \
|
|
cpsl437.c \
|
|
cpsl852.c \
|
|
cpsliso.c \
|
|
cpslwin.c \
|
|
cpsrwin.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 \
|
|
|
|
LIBNAME=codepage
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|