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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -11,7 +11,6 @@ PRG_SOURCES=\
|
||||
tmysql.prg \
|
||||
tsqlbrw.prg \
|
||||
|
||||
LIBNAME=mysql
|
||||
LIBNAME=hbmysql
|
||||
|
||||
include $(TOP)$(ROOT)config/lib.cf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user