+ 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.
31 lines
411 B
Makefile
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
|