* contrib/hbmisc/Makefile
+ contrib/hbmisc/fcomma.prg
- source/rdd/usrrdd/rdds/fcomma.prg
* source/rdd/usrrdd/rdds/Makefile
* fcomma.prg moved to hbmisc, since it depends on
hbmisc features.
* examples/hbextern/hbextern.prg
- Removed special treatment of fcomma.prg.
20 lines
213 B
Makefile
20 lines
213 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../../../
|
|
|
|
PRG_SOURCES=\
|
|
arrayrdd.prg \
|
|
logrdd.prg \
|
|
hscdx.prg \
|
|
rlcdx.prg \
|
|
dbtcdx.prg \
|
|
fptcdx.prg \
|
|
smtcdx.prg \
|
|
vfpcdx.prg \
|
|
|
|
LIBNAME=hbuddall
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|