2011-02-07 17:18 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* include/harbour.hbx
    + Added HB_SOCKETGETHOSTNAME().

  * contrib/hbcurl/hbcurls.hbp
  * contrib/hbssl/hbssls.hbp
    * Changed to not build dlls against static lib dependencies.

  * contrib/hbssl/hbssl.hbp
    ! Fixed regression (in 2011-02-03 01:44 UTC+0100 Viktor Szakats)
      causing implibs to not be generated for openssl.
This commit is contained in:
Viktor Szakats
2011-02-07 16:21:29 +00:00
parent 649b7d02d5
commit eb538893c4
5 changed files with 20 additions and 6 deletions

View File

@@ -16,6 +16,18 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-02-07 17:18 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* include/harbour.hbx
+ Added HB_SOCKETGETHOSTNAME().
* contrib/hbcurl/hbcurls.hbp
* contrib/hbssl/hbssls.hbp
* Changed to not build dlls against static lib dependencies.
* contrib/hbssl/hbssl.hbp
! Fixed regression (in 2011-02-03 01:44 UTC+0100 Viktor Szakats)
causing implibs to not be generated for openssl.
2011-02-07 14:43 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/rtl/gttrm/gttrm.c
! fixed typo in key escape sequence

View File

@@ -4,6 +4,6 @@
hbcurl.hbm
-stop{!allwin}
-stop{!allwin|hbdyn}
-cflag=-DCURL_STATICLIB

View File

@@ -2,10 +2,7 @@
# $Id$
#
hbssl.hbm
{allwin&HBMK_HAS_OPENSSL}-cflag=-I${HB_WITH_OPENSSL}/../inc32
# Keep them at top
-depimplibs=openssl:../out32dll/libeay32.dll
-depimplibs=openssl:../out32dll/ssleay32.dll
-depimplibs=openssl:../dll/libeay32.dll
@@ -13,6 +10,10 @@ hbssl.hbm
-depimplibs=openssl:../libeay32.dll
-depimplibs=openssl:../ssleay32.dll
hbssl.hbm
{allwin&HBMK_HAS_OPENSSL}-cflag=-I${HB_WITH_OPENSSL}/../inc32
-iflag={bcc}-a
hbssls.hbp

View File

@@ -4,6 +4,6 @@
hbssl.hbm
-stop{!allwin}
-stop{!allwin|hbdyn}
{allwin}-cflag=-DHB_OPENSSL_STATIC

View File

@@ -731,6 +731,7 @@ DYNAMIC HB_SOCKETCLOSE
DYNAMIC HB_SOCKETCONNECT
DYNAMIC HB_SOCKETERRORSTRING
DYNAMIC HB_SOCKETGETERROR
DYNAMIC HB_SOCKETGETHOSTNAME
DYNAMIC HB_SOCKETGETHOSTS
DYNAMIC HB_SOCKETGETIFACES
DYNAMIC HB_SOCKETGETOSERROR