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:
@@ -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
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
|
||||
hbcurl.hbm
|
||||
|
||||
-stop{!allwin}
|
||||
-stop{!allwin|hbdyn}
|
||||
|
||||
-cflag=-DCURL_STATICLIB
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
|
||||
hbssl.hbm
|
||||
|
||||
-stop{!allwin}
|
||||
-stop{!allwin|hbdyn}
|
||||
|
||||
{allwin}-cflag=-DHB_OPENSSL_STATIC
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user