2011-07-16 14:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbmysql/hbmysql.hbc
* contrib/sddmy/sddmy.hbc
! modified non-*nix 3rd party libs references to fix them for OS/2.
based on David's test results
This commit is contained in:
@@ -16,6 +16,12 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2011-07-16 14:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbmysql/hbmysql.hbc
|
||||
* contrib/sddmy/sddmy.hbc
|
||||
! modified non-*nix 3rd party libs references to fix them for OS/2.
|
||||
based on David's test results
|
||||
|
||||
2011-07-16 14:02 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/contrib/hbct/numbase.c
|
||||
* casting to pacify warning
|
||||
|
||||
@@ -7,5 +7,6 @@ incpaths=.
|
||||
libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF}
|
||||
|
||||
{unix}libs=mysqlclient
|
||||
{!unix}libs=libmysql
|
||||
{darwin}libpaths=/opt/local/lib/mysql5/mysql
|
||||
{win|dos}libs=libmysql
|
||||
{os2}libs=mysqlclient libssl_s libcrypto_s
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF}
|
||||
|
||||
{unix}libs=mysqlclient
|
||||
{!unix}libs=libmysql
|
||||
{darwin}libpaths=/opt/local/lib/mysql5/mysql
|
||||
{win|dos}libs=libmysql
|
||||
{os2}libs=mysqlclient libssl_s libcrypto_s
|
||||
|
||||
libs=../rddsql/rddsql.hbc
|
||||
|
||||
Reference in New Issue
Block a user