From c148724485d64f44ee5d2c3e7ff565cad45a76f9 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 5 Sep 2009 22:02:37 +0000 Subject: [PATCH] 2009-09-05 23:59 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL * config/detect.mk + Enabled OPENSSL lib for dos platform. --- harbour/ChangeLog | 5 +++++ harbour/INSTALL | 2 +- harbour/config/detect.mk | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 6e2d6a5193..80b86efea7 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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. diff --git a/harbour/INSTALL b/harbour/INSTALL index bc9c281ee8..7829499c07 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -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 diff --git a/harbour/config/detect.mk b/harbour/config/detect.mk index 7c81dddae1..b6784ec362 100644 --- a/harbour/config/detect.mk +++ b/harbour/config/detect.mk @@ -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