Files
harbour-core/harbour/source/codepage/Makefile
Viktor Szakats 9ad10dc666 2005-10-24 12:08 UTC+0100 Viktor Szakats (viktor.szakats/syenar.hu)
* hrbdll.bc
   * hrbdll.vc
   * makefile.bc
   * makefile.nt
   * makefile.vc
   * makefile64.nt
   * source/codepage/Makefile
   * source/codepage/cdphu852.c
   + source/codepage/cdphuiso.c
   * source/codepage/cdphuwin.c
   * source/lang/Makefile
   * source/lang/msghu852.c
   * source/lang/msghucwi.c
   + source/lang/msghuiso.c
   * source/lang/msghuwin.c
     * HU lang stuff updated. ISO cp added (same as Win cp). Minor fixes
       (not related to functionality) added.
2005-10-24 10:15:48 +00:00

50 lines
739 B
Makefile

#
# $Id$
#
ROOT = ../../
C_SOURCES=\
cdpeldos.c \
cdpelwin.c \
cdpesdos.c \
cdpeswin.c \
cdpesmwi.c \
cdpgedos.c \
cdpgewin.c \
cdphu852.c \
cdphuiso.c \
cdphuwin.c \
cdppl852.c \
cdppliso.c \
cdpplmaz.c \
cdpplwin.c \
cdppt850.c \
cdpptiso.c \
cdpru866.c \
cdprukoi.c \
cdpruwin.c \
cdpsl437.c \
cdpsl852.c \
cdpsliso.c \
cdpslwin.c \
cdpsrwin.c \
uc1250.c \
uc1251.c \
uc1253.c \
uc1257.c \
uc737.c \
uc850.c \
uc852.c \
uc866.c \
uc8859_1.c \
uc88591b.c \
uc8859_2.c \
uckoi8.c \
uckoi8u.c \
ucmaz.c \
LIBNAME=codepage
include $(TOP)$(ROOT)config/lib.cf