2009-09-05 23:59 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* INSTALL
  * config/detect.mk
    + Enabled OPENSSL lib for dos platform.
This commit is contained in:
Viktor Szakats
2009-09-05 22:02:37 +00:00
parent c7480530a6
commit c148724485
3 changed files with 7 additions and 2 deletions

View File

@@ -17,6 +17,11 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-09-05 23:59 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
* config/detect.mk
+ Enabled OPENSSL lib for dos platform.
2009-09-05 22:11 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbcurl/Makefile
+ Using WATTCP lib if available to make it build on dos.

View File

@@ -219,7 +219,7 @@ HOW TO ENABLE OPTIONAL COMPONENTS BEFORE BUILD
HB_INC_LIBPNG=C:\libpng (defaults to locally hosted version on win/dos/os2)
HB_INC_MYSQL=C:\mysql\include
HB_INC_ODBC= (may only be needed on non-Windows systems)
HB_INC_OPENSSL=C:\openssl\inc32
HB_INC_OPENSSL=C:\openssl\inc32 OR C:\openssl\include
HB_INC_PNG= (defaults to locally hosted version on non-*nix and Darwin systems)
HB_INC_PGSQL=C:\pgsql\include
HB_INC_QT=C:\Qt\include

View File

@@ -41,7 +41,7 @@ endif
_DET_DSP_NAME := openssl
_DET_VAR_INC_ := HB_INC_OPENSSL
_DET_VAR_HAS_ := HB_HAS_OPENSSL
_DET_FLT_PLAT := !dos
_DET_FLT_PLAT :=
_DET_FLT_COMP := !watcom
_DET_INC_DEFP := /usr/include /usr/local/ssl/include
_DET_INC_HEAD := /openssl/ssl.h