* harbour/contrib/mysql/Makefile
* changed library name from mysql to hbmysql
* harbour/bin/hb-func.sh
+ added hbgd hbole hbpg hbmysql to linked library list in hb* scripts
17 lines
148 B
Makefile
17 lines
148 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
mysql.c \
|
|
|
|
PRG_SOURCES=\
|
|
tmysql.prg \
|
|
tsqlbrw.prg \
|
|
|
|
LIBNAME=hbmysql
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|