* contrib/xhb/Makefile
+ contrib/xhb/xhbhashp.c
+ Added HSETPARTITION()/HGETPARTITION() xhb compatibility functions.
They do nothing in Harbour besides replicating original xhb RTE
behavior.
105 lines
1.5 KiB
Makefile
105 lines
1.5 KiB
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT := ../../
|
|
|
|
include $(TOP)$(ROOT)config/global.mk
|
|
|
|
LIBNAME := xhb
|
|
|
|
C_SOURCES := \
|
|
bkgtsks.c \
|
|
cstructc.c \
|
|
datesxhb.c \
|
|
dbf2txt.c \
|
|
dbgfxc.c \
|
|
filestat.c \
|
|
fparse.c \
|
|
freadlin.c \
|
|
hbcrypt.c \
|
|
hboutdbg.c \
|
|
hbserv.c \
|
|
hbsyslog.c \
|
|
hbxml.c \
|
|
txtline.c \
|
|
xhbarr.c \
|
|
xhbat.c \
|
|
xhbcopyf.c \
|
|
xhbdate.c \
|
|
xhbenum.c \
|
|
xhberrc.c \
|
|
xhbfs.c \
|
|
xhbfunc.c \
|
|
xhbgt.c \
|
|
xhbhash.c \
|
|
xhbhasha.c \
|
|
xhbhashp.c \
|
|
xhbi18n.c \
|
|
xhbinet.c \
|
|
xhbini.c \
|
|
xhbis.c \
|
|
xhbmsgs.c \
|
|
xhbmtc.c \
|
|
xhbqself.c \
|
|
xhbproc.c \
|
|
xhbregx.c \
|
|
xhbsave.c \
|
|
xhbscr.c \
|
|
xhbtrim.c \
|
|
xhbwith.c \
|
|
xstrdel.c \
|
|
xwin_reg.c \
|
|
xwin_ver.c \
|
|
|
|
C_HEADERS := \
|
|
hbcompat.h \
|
|
xhb.h \
|
|
|
|
PRG_SOURCES := \
|
|
arrayblk.prg \
|
|
cstruct.prg \
|
|
dbgfx.prg \
|
|
decode.prg \
|
|
dirrec.prg \
|
|
diskhb.prg \
|
|
dumpvar.prg \
|
|
hbcomprs.prg \
|
|
hblog.prg \
|
|
hblognet.prg \
|
|
hbstruct.prg \
|
|
regexrpl.prg \
|
|
sprintf.prg \
|
|
stream.prg \
|
|
traceprg.prg \
|
|
trpc.prg \
|
|
trpccli.prg \
|
|
ttable.prg \
|
|
txml.prg \
|
|
xcstr.prg \
|
|
xdbmodst.prg \
|
|
xhbcomp.prg \
|
|
xhberr.prg \
|
|
xhbfunp.prg \
|
|
xhbmt.prg \
|
|
xhbver.prg \
|
|
xthrow.prg \
|
|
xhw32prn.prg \
|
|
\
|
|
hjwindow.prg \
|
|
hterrsys.prg \
|
|
htjlist.prg \
|
|
htmutil.prg \
|
|
tcgi.prg \
|
|
tedit.prg \
|
|
tfile.prg \
|
|
tframe.prg \
|
|
thtm.prg \
|
|
|
|
PRG_HEADERS := \
|
|
hbcompat.ch \
|
|
xhb.ch \
|
|
|
|
include $(TOP)$(ROOT)config/header.mk
|
|
include $(TOP)$(ROOT)config/lib.mk
|