From bc6d7386f73d39faf0888a0244f095b00fad5630 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 28 Oct 2008 11:50:21 +0000 Subject: [PATCH] 2008-10-28 12:48 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbcurl/make_b32.bat * contrib/hbcurl/make_vc.bat * contrib/hbcurl/Makefile + Added HB_HBCURL_USR_C envvar to customize C switches specifically for this contrib. --- harbour/ChangeLog | 7 +++++++ harbour/contrib/hbcurl/Makefile | 2 +- harbour/contrib/hbcurl/make_b32.bat | 2 +- harbour/contrib/hbcurl/make_vc.bat | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 57d2db3e8f..307b3845ab 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,13 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2008-10-28 12:48 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * contrib/hbcurl/make_b32.bat + * contrib/hbcurl/make_vc.bat + * contrib/hbcurl/Makefile + + Added HB_HBCURL_USR_C envvar to customize C switches + specifically for this contrib. + 2008-10-28 11:54 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * config/w32/gcc.cf * config/w32/mingw.cf diff --git a/harbour/contrib/hbcurl/Makefile b/harbour/contrib/hbcurl/Makefile index 1b0f876218..81b58fc394 100644 --- a/harbour/contrib/hbcurl/Makefile +++ b/harbour/contrib/hbcurl/Makefile @@ -22,7 +22,7 @@ endif ifneq ($(strip $(HB_INC_CURL_OK)),) -C_USR += $(foreach d, $(HB_INC_CURL_OK), -I$(d)) +C_USR += $(foreach d, $(HB_INC_CURL_OK), -I$(d)) $(HB_HBCURL_USR_C) C_SOURCES=\ hbcurl.c \ diff --git a/harbour/contrib/hbcurl/make_b32.bat b/harbour/contrib/hbcurl/make_b32.bat index c33ca98668..fece784bb1 100644 --- a/harbour/contrib/hbcurl/make_b32.bat +++ b/harbour/contrib/hbcurl/make_b32.bat @@ -18,7 +18,7 @@ goto POST_EXIT :DIR_OK if "%HB_INC_CURL%" == "" set HB_INC_CURL=%HB_DIR_CURL%\include -set CFLAGS=-I"%HB_INC_CURL%" +set CFLAGS=-I"%HB_INC_CURL%" %HB_HBCURL_USR_C% set _HB_DLL_NAME=libcurl if exist "%HB_DIR_CURL%\bin\%_HB_DLL_NAME%.dll" set _HB_DLL_DIR=%HB_DIR_CURL%\bin if exist "%HB_DIR_CURL%\%_HB_DLL_NAME%.dll" set _HB_DLL_DIR=%HB_DIR_CURL% diff --git a/harbour/contrib/hbcurl/make_vc.bat b/harbour/contrib/hbcurl/make_vc.bat index 05d4020709..cd5dc63b6a 100644 --- a/harbour/contrib/hbcurl/make_vc.bat +++ b/harbour/contrib/hbcurl/make_vc.bat @@ -18,7 +18,7 @@ goto POST_EXIT :DIR_OK if "%HB_INC_CURL%" == "" set HB_INC_CURL=%HB_DIR_CURL%\include -set CFLAGS=-I"%HB_INC_CURL%" +set CFLAGS=-I"%HB_INC_CURL%" %HB_HBCURL_USR_C% set _HB_DLL_NAME=libcurl if exist "%HB_DIR_CURL%\bin\%_HB_DLL_NAME%.dll" set _HB_DLL_DIR=%HB_DIR_CURL%\bin if exist "%HB_DIR_CURL%\%_HB_DLL_NAME%.dll" set _HB_DLL_DIR=%HB_DIR_CURL%