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:
@@ -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
|
||||
* \ -> /
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -7,4 +7,4 @@ libpaths=lib/${hb_plat}/${hb_comp}
|
||||
|
||||
libs=${hb_name}
|
||||
|
||||
libs=../contrib/hbxpp/hbxpp.hbc
|
||||
libs=hbxpp.hbc
|
||||
|
||||
@@ -8,4 +8,4 @@ incpaths=.
|
||||
libpaths=lib/${hb_plat}/${hb_comp}
|
||||
|
||||
libs=${hb_name}
|
||||
libs=../../contrib/hbwin/hbwin.hbc
|
||||
libs=hbwin.hbc
|
||||
|
||||
Reference in New Issue
Block a user