* include/hbapicdp.h
* common.mak
* source/codepage/Makefile
+ source/codepage/ucmacce.c
+ source/codepage/ucmacice.c
+ source/codepage/uc424.c
+ source/codepage/ucmacrom.c
+ source/codepage/ucmacgrk.c
+ source/codepage/uc037.c
+ source/codepage/uc875.c
+ source/codepage/uc1026.c
+ source/codepage/ucascii.c
+ source/codepage/ucatari.c
+ source/codepage/ucmaccyr.c
+ source/codepage/uc1006.c
+ source/codepage/ucnext.c
+ source/codepage/ucmactrk.c
+ source/codepage/uc856.c
+ source/codepage/uc500.c
+ Added missing codepages. Except for multi-byte ones,
which I believe are not supported by the current
Harbour infrastructure.
* utils/hbmk/hbmk.prg
! Minor.
142 lines
1.9 KiB
Makefile
142 lines
1.9 KiB
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
cpbg866.c \
|
|
cpbgiso.c \
|
|
cpbgmik.c \
|
|
cpbgwin.c \
|
|
cpcs852.c \
|
|
cpcsiso.c \
|
|
cpcskam.c \
|
|
cpcswin.c \
|
|
cpde850.c \
|
|
cpdeiso.c \
|
|
cpdewin.c \
|
|
cpel737.c \
|
|
cpelwin.c \
|
|
cpes850.c \
|
|
cpes850c.c \
|
|
cpesiso.c \
|
|
cpesisoc.c \
|
|
cpeswin.c \
|
|
cpeswinc.c \
|
|
cpeswinm.c \
|
|
cpfr850.c \
|
|
cpfriso.c \
|
|
cpfrwin.c \
|
|
cphr437.c \
|
|
cphr852.c \
|
|
cphrwin.c \
|
|
cphu852.c \
|
|
cphu852s.c \
|
|
cphuiso.c \
|
|
cphuisos.c \
|
|
cphuwin.c \
|
|
cphuwins.c \
|
|
cpit437.c \
|
|
cpit850.c \
|
|
cpitisb.c \
|
|
cpitiso.c \
|
|
cpitwin.c \
|
|
cpltwin.c \
|
|
cppl852.c \
|
|
cppliso.c \
|
|
cpplmaz.c \
|
|
cpplwin.c \
|
|
cppt850.c \
|
|
cpptiso.c \
|
|
cpro852.c \
|
|
cproiso.c \
|
|
cprowin.c \
|
|
cpru866.c \
|
|
cpruiso.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 \
|
|
cpsviso.c \
|
|
cpsvwin.c \
|
|
cptr857.c \
|
|
cptrwin.c \
|
|
cpua866.c \
|
|
cpuakoi.c \
|
|
cpuawin.c \
|
|
uc1250.c \
|
|
uc1251.c \
|
|
uc1252.c \
|
|
uc1253.c \
|
|
uc1254.c \
|
|
uc1255.c \
|
|
uc1256.c \
|
|
uc1257.c \
|
|
uc1258.c \
|
|
uc737.c \
|
|
uc775.c \
|
|
uc850.c \
|
|
uc852.c \
|
|
uc855.c \
|
|
uc857.c \
|
|
uc860.c \
|
|
uc861.c \
|
|
uc862.c \
|
|
uc863.c \
|
|
uc864.c \
|
|
uc865.c \
|
|
uc866.c \
|
|
uc869.c \
|
|
uc874.c \
|
|
uc8859_1.c \
|
|
uc88591b.c \
|
|
uc8859_2.c \
|
|
uc8859_3.c \
|
|
uc8859_4.c \
|
|
uc8859_5.c \
|
|
uc8859_6.c \
|
|
uc8859_7.c \
|
|
uc8859_8.c \
|
|
uc8859_9.c \
|
|
uc885910.c \
|
|
uc885911.c \
|
|
uc885913.c \
|
|
uc885914.c \
|
|
uc885915.c \
|
|
uc885916.c \
|
|
uckam.c \
|
|
uckoi8.c \
|
|
uckoi8u.c \
|
|
ucmaz.c \
|
|
ucmik.c \
|
|
uc037.c \
|
|
uc1006.c \
|
|
uc1026.c \
|
|
uc424.c \
|
|
uc500.c \
|
|
uc856.c \
|
|
uc875.c \
|
|
ucascii.c \
|
|
ucatari.c \
|
|
ucmacce.c \
|
|
ucmaccyr.c \
|
|
ucmacgrk.c \
|
|
ucmacice.c \
|
|
ucmacrom.c \
|
|
ucmactrk.c \
|
|
ucnext.c \
|
|
|
|
LIBNAME=hbcpage
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|