From 4f54382299772cc4f9f807dc05be9dff76b78ff8 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 16 Jul 2011 12:03:24 +0000 Subject: [PATCH] 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 --- harbour/ChangeLog | 6 ++++++ harbour/contrib/hbmysql/hbmysql.hbc | 3 ++- harbour/contrib/sddmy/sddmy.hbc | 3 ++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 15323021b5..75cc5c95c5 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/contrib/hbmysql/hbmysql.hbc b/harbour/contrib/hbmysql/hbmysql.hbc index 27d9a8e477..240f531a5e 100644 --- a/harbour/contrib/hbmysql/hbmysql.hbc +++ b/harbour/contrib/hbmysql/hbmysql.hbc @@ -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 diff --git a/harbour/contrib/sddmy/sddmy.hbc b/harbour/contrib/sddmy/sddmy.hbc index d8f60af348..df1be5d897 100644 --- a/harbour/contrib/sddmy/sddmy.hbc +++ b/harbour/contrib/sddmy/sddmy.hbc @@ -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