* harbour/common.mak
* harbour/source/rdd/Makefile
! restored dbdetach.* in makefiles
+ harbour/source/rdd/dbdetach.c
+ added file I forgot to add in previous commit
* harbour/source/vm/thread.c
+ added support for using function name as string in HB_THREADSTART()
+ added support for thread attributes. They will be used in the future.
56 lines
754 B
Makefile
56 lines
754 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
dbcmd.c \
|
|
dbcmd53.c \
|
|
dbcmdhb.c \
|
|
dbcmdx.c \
|
|
dbdetach.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
|