From a18894046608a3fe7387659d6c116bc6ccd1de79 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 29 Jul 2008 15:37:02 +0000 Subject: [PATCH] 2008-07-29 17:31 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/make_b32_all.bat * contrib/make_vc_all.bat * contrib/make_gcc_all.sh * Disabled following contribs, to be in sync with the default GNU-make setup: hbsqlit2 - Too many warnings in unsupported foreign code. Replacement: hbsqlit3 hbw32ddr - C++, not maintained, incomplete, warnings. hbwhat32 - Problems and warnings, non 64 bit compatible. hbziparch - C++, foreign code not well portable, interface code not Harbour quality. Replacement: hbmzip ; NOTE: We should consider what to do with these contribs. --- harbour/ChangeLog | 13 +++++++++++++ harbour/contrib/make_b32_all.bat | 8 +++++--- harbour/contrib/make_gcc_all.sh | 10 ++++++---- harbour/contrib/make_vc_all.bat | 8 +++++--- 4 files changed, 29 insertions(+), 10 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 189159292b..1f9ec3640c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,19 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-07-29 17:31 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * contrib/make_b32_all.bat + * contrib/make_vc_all.bat + * contrib/make_gcc_all.sh + * Disabled following contribs, to be in sync with the default + GNU-make setup: + hbsqlit2 - Too many warnings in unsupported foreign code. Replacement: hbsqlit3 + hbw32ddr - C++, not maintained, incomplete, warnings. + hbwhat32 - Problems and warnings, non 64 bit compatible. + hbziparch - C++, foreign code not well portable, interface + code not Harbour quality. Replacement: hbmzip + ; NOTE: We should consider what to do with these contribs. + 2008-07-29 04:58 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/filesys.c ! fixed casting in DOS builds diff --git a/harbour/contrib/make_b32_all.bat b/harbour/contrib/make_b32_all.bat index 07434b6329..e9193e4e5a 100644 --- a/harbour/contrib/make_b32_all.bat +++ b/harbour/contrib/make_b32_all.bat @@ -39,16 +39,18 @@ rem ******************************************************* rem Compiling contrib dirs ... rem ******************************************************* +rem hbsqlit2 hbw32ddr hbwhat32 hbziparch + set _HB_DIRS=gtwvg hbbmcdx hbbtree hbclipsm hbct hbgt hbmisc for %%n in ( %_HB_DIRS% ) do %COMSPEC% /c %_HB_BATWORKER% %%n %1 %2 %3 %4 %5 %6 %7 %8 %9 -set _HB_DIRS=hbmsql hbmzip hbnf hbodbc hbole hbsqlit2 hbsqlit3 +set _HB_DIRS=hbmsql hbmzip hbnf hbodbc hbole hbsqlit3 for %%n in ( %_HB_DIRS% ) do %COMSPEC% /c %_HB_BATWORKER% %%n %1 %2 %3 %4 %5 %6 %7 %8 %9 -set _HB_DIRS=hbtip hbtpathy hbvpdf hbw32 hbw32ddr hbwhat32 +set _HB_DIRS=hbtip hbtpathy hbvpdf hbw32 for %%n in ( %_HB_DIRS% ) do %COMSPEC% /c %_HB_BATWORKER% %%n %1 %2 %3 %4 %5 %6 %7 %8 %9 -set _HB_DIRS=hbziparch rddado xhb +set _HB_DIRS=rddado xhb if not "%HB_INC_APOLLO%%HB_DIR_APOLLO%" == "" set _HB_DIRS=%_HB_DIRS% hbapollo if not "%HB_INC_CURL%%HB_DIR_CURL%" == "" set _HB_DIRS=%_HB_DIRS% hbcurl if not "%HB_INC_FIREBIRD%%HB_DIR_FIREBIRD%" == "" set _HB_DIRS=%_HB_DIRS% hbfbird diff --git a/harbour/contrib/make_gcc_all.sh b/harbour/contrib/make_gcc_all.sh index ca6bdc6eb4..24e138a165 100755 --- a/harbour/contrib/make_gcc_all.sh +++ b/harbour/contrib/make_gcc_all.sh @@ -38,25 +38,27 @@ fi #************************************************************** -_HB_DIRS="hbbmcdx hbbtree hbclipsm hbct hbgt hbmisc hbmsql hbmzip hbnf hbtip hbsqlit2 hbsqlit3 hbtpathy hbvpdf xhb" +# hbsqlit2 +_HB_DIRS="hbbmcdx hbbtree hbclipsm hbct hbgt hbmisc hbmsql hbmzip hbnf hbtip hbsqlit3 hbtpathy hbvpdf xhb" case "$HB_ARCHITECTURE" in w32|cyg|os2) - _HB_DIRS_ADD="gtwvg hbole hbodbc hbw32 hbw32ddr hbwhat32 hbziparch rddado" + # hbw32ddr hbwhat32 hbziparch + _HB_DIRS_ADD="gtwvg hbole hbodbc hbw32 rddado" ;; *) _HB_DIRS_ADD=;; esac if [ "${HB_INC_APOLLO}" != "" ]; then _HB_DIRS="${_HB_DIRS} hbapollo"; fi; +if [ "${HB_INC_CURL}" != "" ]; then _HB_DIRS="${_HB_DIRS} hbcurl "; fi; if [ "${HB_INC_FIREBIRD}" != "" ]; then _HB_DIRS="${_HB_DIRS} hbfbird "; fi; if [ "${HB_INC_FREEIMAGE}" != "" ]; then _HB_DIRS="${_HB_DIRS} hbfimage"; fi; if [ "${HB_INC_GD}" != "" ]; then _HB_DIRS="${_HB_DIRS} hbgd "; fi; +if [ "${HB_INC_LIBHARU}" != "" ]; then _HB_DIRS="${_HB_DIRS} hbhpdf "; fi; if [ "${HB_INC_MYSQL}" != "" ]; then _HB_DIRS="${_HB_DIRS} hbmysql "; fi; if [ "${HB_INC_PGSQL}" != "" ]; then _HB_DIRS="${_HB_DIRS} hbpgsql "; fi; if [ "${HB_INC_ADS}" != "" ]; then _HB_DIRS="${_HB_DIRS} rddads "; fi; -if [ "${HB_INC_LIBHARU}" != "" ]; then _HB_DIRS="${_HB_DIRS} hbhpdf "; fi; -if [ "${HB_INC_CURL}" != "" ]; then _HB_DIRS="${_HB_DIRS} hbcurl "; fi; _HB_DIRS="${_HB_DIRS} ${_HB_DIRS_ADD}" diff --git a/harbour/contrib/make_vc_all.bat b/harbour/contrib/make_vc_all.bat index a0d595ad1c..76dd6be1ed 100644 --- a/harbour/contrib/make_vc_all.bat +++ b/harbour/contrib/make_vc_all.bat @@ -39,16 +39,18 @@ rem ******************************************************* rem Compiling contrib dirs ... rem ******************************************************* +rem hbsqlit2 hbw32ddr hbwhat32 hbziparch + set _HB_DIRS=gtwvg hbbmcdx hbbtree hbclipsm hbct hbgt hbmisc for %%n in ( %_HB_DIRS% ) do %COMSPEC% /c %_HB_BATWORKER% %%n %1 %2 %3 %4 %5 %6 %7 %8 %9 -set _HB_DIRS=hbmsql hbmzip hbnf hbodbc hbole hbsqlit2 hbsqlit3 +set _HB_DIRS=hbmsql hbmzip hbnf hbodbc hbole hbsqlit3 for %%n in ( %_HB_DIRS% ) do %COMSPEC% /c %_HB_BATWORKER% %%n %1 %2 %3 %4 %5 %6 %7 %8 %9 -set _HB_DIRS=hbtip hbtpathy hbvpdf hbw32 hbw32ddr hbwhat32 +set _HB_DIRS=hbtip hbtpathy hbvpdf hbw32 for %%n in ( %_HB_DIRS% ) do %COMSPEC% /c %_HB_BATWORKER% %%n %1 %2 %3 %4 %5 %6 %7 %8 %9 -set _HB_DIRS=hbziparch rddado xhb +set _HB_DIRS=rddado xhb if not "%HB_INC_APOLLO%%HB_DIR_APOLLO%" == "" set _HB_DIRS=%_HB_DIRS% hbapollo if not "%HB_INC_CURL%%HB_DIR_CURL%" == "" set _HB_DIRS=%_HB_DIRS% hbcurl if not "%HB_INC_FIREBIRD%%HB_DIR_FIREBIRD%" == "" set _HB_DIRS=%_HB_DIRS% hbfbird