* harbour/source/codepage/Makefile
* harbour/source/codepage/cdpesdos.c
* harbour/source/codepage/cdpeswin.c
* harbour/source/codepage/cdpgedos.c
* harbour/source/codepage/cdppliso.c
* harbour/source/codepage/cdpplmaz.c
* harbour/source/codepage/cdpplwin.c
* harbour/source/codepage/cdpslwin.c
- harbour/source/codepage/cdpla850.c
+ harbour/source/codepage/cdppt850.c
+ harbour/source/codepage/cdpptiso.c
* xharbour/makefile.bc
* xharbour/makefile.nt
* xharbour/makefile.vc
* corrections in code page description.
- removed cdpla850.c ("PT" codepage)
+ PT850 and PTISO codepages added.
* makefiles updated - Sorry, I cannot test all of them.
28 lines
360 B
Makefile
28 lines
360 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
cdpesdos.c \
|
|
cdpeswin.c \
|
|
cdpgedos.c \
|
|
cdpgewin.c \
|
|
cdppl852.c \
|
|
cdppliso.c \
|
|
cdpplmaz.c \
|
|
cdpplwin.c \
|
|
cdppt850.c \
|
|
cdpptiso.c \
|
|
cdpru866.c \
|
|
cdprukoi.c \
|
|
cdpruwin.c \
|
|
cdpsl852.c \
|
|
cdpsliso.c \
|
|
cdpslwin.c
|
|
|
|
LIBNAME=codepage
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|