2012-02-28 16:04 UTC+0100 Viktor Szakats (harbour syenar.net)

* contrib/hbtip/client.prg
    ! typo

  * examples/ps32/ps32.hbc
  * examples/rddado/rddado.hbc
    + removed relative paths from .hbc references in examples area
This commit is contained in:
Viktor Szakats
2012-02-28 15:05:06 +00:00
parent 792331a213
commit 6842bba5c3
4 changed files with 11 additions and 3 deletions

View File

@@ -16,6 +16,14 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-02-28 16:04 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/hbtip/client.prg
! typo
* examples/ps32/ps32.hbc
* examples/rddado/rddado.hbc
+ removed relative paths from .hbc references in examples area
2012-02-28 15:46 UTC+0100 Viktor Szakats (harbour syenar.net)
* examples/ps32/ps32.hbc
* \ -> /

View File

@@ -187,7 +187,7 @@ METHOD New( oUrl, xTrace, oCredentials ) CLASS tIPClient
LOCAL aProtoAccepted := { "ftp", "http", "pop", "smtp" }
#if defined( HB_HAS_OPENSSL )
LOCAL aProtoAcceptedSSL := { "ftps", "https", "pop3s", "pop3", "smtps" }
LOCAL aProtoAcceptedSSL := { "ftps", "https", "pop3s", "pops", "smtps" }
#else
LOCAL aProtoAcceptedSSL := {}
#endif

View File

@@ -7,4 +7,4 @@ libpaths=lib/${hb_plat}/${hb_comp}
libs=${hb_name}
libs=../contrib/hbxpp/hbxpp.hbc
libs=hbxpp.hbc

View File

@@ -8,4 +8,4 @@ incpaths=.
libpaths=lib/${hb_plat}/${hb_comp}
libs=${hb_name}
libs=../../contrib/hbwin/hbwin.hbc
libs=hbwin.hbc