diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 524fca21b1..b8046fee56 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,12 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +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 diff --git a/harbour/bin/hb-func.sh b/harbour/bin/hb-func.sh index 25488ef6b3..2bb13ff4ad 100644 --- a/harbour/bin/hb-func.sh +++ b/harbour/bin/hb-func.sh @@ -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 diff --git a/harbour/contrib/mysql/Makefile b/harbour/contrib/mysql/Makefile index 93950208b0..73da9c158e 100644 --- a/harbour/contrib/mysql/Makefile +++ b/harbour/contrib/mysql/Makefile @@ -11,7 +11,6 @@ PRG_SOURCES=\ tmysql.prg \ tsqlbrw.prg \ -LIBNAME=mysql +LIBNAME=hbmysql include $(TOP)$(ROOT)config/lib.cf -