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.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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%
|
||||
|
||||
@@ -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%
|
||||
|
||||
Reference in New Issue
Block a user