Files
harbour-core/harbour/source/rdd/Makefile
Przemyslaw Czerpak 2f2dc484a8 2008-09-20 05:37 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* 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.
2008-09-20 03:37:41 +00:00

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