2010-08-29 12:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbcurl/hbcurl.hbc
! Fixed for mingw64
+ Added libssh2 libs for win static mode.
* contrib/hbtip/hbtip.hbc
+ hbtipssl can now be requested using HB_TIP_OPENSSL=yes
* contrib/hbssl/hbssl.hbc
+ Updated static lib names.
This commit is contained in:
@@ -16,6 +16,17 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2010-08-29 12:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbcurl/hbcurl.hbc
|
||||
! Fixed for mingw64
|
||||
+ Added libssh2 libs for win static mode.
|
||||
|
||||
* contrib/hbtip/hbtip.hbc
|
||||
+ hbtipssl can now be requested using HB_TIP_OPENSSL=yes
|
||||
|
||||
* contrib/hbssl/hbssl.hbc
|
||||
+ Updated static lib names.
|
||||
|
||||
2010-08-28 13:08 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* utils/hbmk2/hbmk2.pt_BR.po
|
||||
* utils/hbmk2/hbmk2.hu_HU.po
|
||||
|
||||
@@ -7,10 +7,11 @@ incpaths=.
|
||||
{!HB_STATIC_CURL}libs=${hb_name}${__HB_DYN__}
|
||||
{HB_STATIC_CURL}libs=${hb_name}s${__HB_DYN__}
|
||||
|
||||
{allwin&!mingw}libs=libcurl
|
||||
{!allwin}libs=curl
|
||||
{!HB_STATIC_CURL&mingw}libs=curldll
|
||||
{HB_STATIC_CURL&mingw}libs=curl
|
||||
{ allwin&!HB_STATIC_CURL&!allmingw}libs=libcurl
|
||||
{ allwin&!HB_STATIC_CURL& allmingw}libs=curldll
|
||||
{ allwin& HB_STATIC_CURL&!allmingw}libs=libcurl libssh2
|
||||
{ allwin& HB_STATIC_CURL& allmingw}libs=curl ssh2
|
||||
|
||||
# NOTE: Static mode requires additional libs be linked:
|
||||
# libssh2 and OpenSSL
|
||||
# OpenSSL
|
||||
|
||||
@@ -12,5 +12,6 @@ incpaths=.
|
||||
{unix}libs=ssl crypto
|
||||
{os2}libs=openssl ssl crypto libosslfips
|
||||
{!HB_STATIC_OPENSSL&win}libs=ssleay32 libeay32
|
||||
{HB_STATIC_OPENSSL&win&!mingw}libs=ssleay32 libeay32
|
||||
{HB_STATIC_OPENSSL&mingw}libs=ssl ssl32 crypto eay32
|
||||
{HB_STATIC_OPENSSL&win&!allmingw}libs=ssleay32 libeay32
|
||||
{HB_STATIC_OPENSSL&allmingw}libs=ssl crypto
|
||||
{HB_STATIC_OPENSSL&allwin}libs=crypt32
|
||||
|
||||
@@ -4,4 +4,6 @@
|
||||
|
||||
incpaths=.
|
||||
|
||||
libs=${hb_name}${__HB_DYN__}
|
||||
{!HB_TIP_OPENSSL|dos}libs=${hb_name}${__HB_DYN__}
|
||||
{HB_TIP_OPENSSL&!dos}libs=${hb_name}ssl${__HB_DYN__}
|
||||
{HB_TIP_OPENSSL&!dos}libs=../hbssl/hbssl.hbc
|
||||
|
||||
Reference in New Issue
Block a user