* tests/transtst.prg
* doc/en/string.txt
* doc/en/compiler.txt
* doc/en/macro.txt
* doc/en/browse.txt
* doc/en/binnum.txt
* doc/es/macro.txt
* doc/es/browse.txt
* doc/es/binnum.txt
* doc/transfrm.txt
* doc/whatsnew.txt
* include/hbclass.ch
* include/hbmacro.ch
* include/hbexprb.c
* ChangeLog
* contrib/hbvpdf/hbvpdft.prg
* contrib/hbwhat/import.ch
* source/vm/macro.c
* source/rtl/tobject.prg
* source/rtl/tthreadx.prg
* source/rtl/transfrm.c
* source/rtl/tget.prg
* source/rtl/isprint.c
* source/rtl/tbrowse.prg
* source/rdd/wacore.c
* source/rdd/dbdetach.c
* utils/hbtest/rt_trans.prg
* Xbase++ name references cleaned.
* common.mak
* source/rdd/Makefile
* source/rdd/dbdetach.c
+ source/rdd/dbdetacx.c
* Moved XBase++ compatibility functions to separate file.
57 lines
768 B
Makefile
57 lines
768 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
dbcmd.c \
|
|
dbcmd53.c \
|
|
dbcmdhb.c \
|
|
dbcmdx.c \
|
|
dbdetach.c \
|
|
dbdetacx.c \
|
|
dbdrop.c \
|
|
dbexists.c \
|
|
fieldhb.c \
|
|
workarea.c \
|
|
wacore.c \
|
|
wafunc.c \
|
|
dbf1.c \
|
|
dbnubs.c \
|
|
dbsql.c \
|
|
delim1.c \
|
|
sdf1.c \
|
|
rddinfo.c \
|
|
hbdbsort.c \
|
|
|
|
PRG_SOURCES=\
|
|
dbdelim.prg \
|
|
dbfuncs.prg \
|
|
dbfuncsx.prg \
|
|
dbjoin.prg \
|
|
dbjoinx.prg \
|
|
dblist.prg \
|
|
dblistx.prg \
|
|
dbsdf.prg \
|
|
dbsort.prg \
|
|
dbsortx.prg \
|
|
dbstrux.prg \
|
|
dbstruxu.prg \
|
|
dbstruxx.prg \
|
|
dbtotal.prg \
|
|
dbtotalx.prg \
|
|
dbupdat.prg \
|
|
dbupdatx.prg \
|
|
rddord.prg \
|
|
rddordu.prg \
|
|
rddsys.prg \
|
|
|
|
LIBNAME=hbrdd
|
|
|
|
# The list of all valid DB drivers is defined in config/global.cf.
|
|
DIRS=nulsys $(HB_DB_DIRS)
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|
|
include $(TOP)$(ROOT)config/dir.cf
|