Files
harbour-core/harbour/source/codepage/Makefile
Viktor Szakats a46df98dd8 2004-02-13 23:57 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
+ source/codepage/cdphu852.c
   + source/codepage/cdphuwin.c
   * source/codepage/Makefile
   * makefile.bc
   * makefile.nt
   * makefile.vc
     + Added Hungarian 852 and Windows sorting codepages.

   * source/rtl/errorapi.c
   + source/rtl/errorint.c
   * source/rtl/Makefile
   * makefile.bc
   * makefile.nt
   * makefile.vc
     + hb_errInternal() put in a separate source file, to ease
       replacing/override it in link-time, this may be useful
       for GUI apps, logging or something like this.
2004-02-13 22:54:04 +00:00

31 lines
411 B
Makefile

#
# $Id$
#
ROOT = ../../
C_SOURCES=\
cdpesdos.c \
cdpeswin.c \
cdpgedos.c \
cdpgewin.c \
cdphu852.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
LIBNAME=codepage
include $(TOP)$(ROOT)config/lib.cf