Files
harbour-core/harbour/source/codepage/Makefile
Przemyslaw Czerpak 382bd2d444 2003-06-18 02:05 UTC+0200 Przemyslaw Czerpak <druzus@polbox.com>
* 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.
2003-06-20 15:06:28 +00:00

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