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
This commit is contained in:
Przemyslaw Czerpak
2007-04-17 22:01:39 +00:00
parent 9f6c8a1dc8
commit 083e8763d2
3 changed files with 8 additions and 3 deletions

View File

@@ -8,6 +8,12 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
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 23:05 UTC+0200 Lorenzo Fiorini (lorenzo.fiorini/at/gmail.com)
* harbour/contrib/gd/Makefile
* added install of gd.ch

View File

@@ -74,7 +74,7 @@ mk_hbgetlibsctb()
{
if [ -z "$@" ]
then
echo -n "rddads hbodbc tip ct nf"
echo -n "rddads ct nf tip hbgd hbodbc hbole hbpg hbmysql"
else
echo -n "$@"
fi

View File

@@ -11,7 +11,6 @@ PRG_SOURCES=\
tmysql.prg \
tsqlbrw.prg \
LIBNAME=mysql
LIBNAME=hbmysql
include $(TOP)$(ROOT)config/lib.cf