Files
harbour-core/harbour/contrib/mysql/Makefile
Przemyslaw Czerpak 083e8763d2 2007-04-18 00:00 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* 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
2007-04-17 22:01:39 +00:00

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