diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d1cfee7e13..3d91cda10b 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2008-11-01 )7:31 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) + * harbour/contrib/make_vc_all.bat + * harbour/contrib/make_gcc_all.sh + + hbdbgfx librray for auto build. + 2008-11-01 15:20 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbdefs.h + added #define INCL_LONGLONG to include native compiler LONGLONG diff --git a/harbour/contrib/make_gcc_all.sh b/harbour/contrib/make_gcc_all.sh index c8e8a4d99b..5bc4be9ba5 100755 --- a/harbour/contrib/make_gcc_all.sh +++ b/harbour/contrib/make_gcc_all.sh @@ -41,7 +41,7 @@ fi if [ "$HB_CONTRIBLIBS" != "" ]; then _HB_DIRS="${HB_CONTRIBLIBS}" else - _HB_DIRS="hbbmcdx hbbtree hbclipsm hbct hbgt hbmisc hbmsql hbmzip hbnf hbtip hbsqlit3 hbtpathy hbvpdf hbziparc xhb" + _HB_DIRS="hbbmcdx hbbtree hbclipsm hbct hbdbgfx hbgt hbmisc hbmsql hbmzip hbnf hbtip hbsqlit3 hbtpathy hbvpdf hbziparc xhb" case "$HB_ARCHITECTURE" in w32|cyg|os2) diff --git a/harbour/contrib/make_vc_all.bat b/harbour/contrib/make_vc_all.bat index c9a7a4f2b6..b08c1198cc 100644 --- a/harbour/contrib/make_vc_all.bat +++ b/harbour/contrib/make_vc_all.bat @@ -42,7 +42,7 @@ rem ******************************************************* set _HB_DIRS=%HB_CONTRIBLIBS% if not "%_HB_DIRS%" == "" goto :OVERRIDE -set _HB_DIRS=gtwvg hbbmcdx hbbtree hbclipsm hbct hbgt hbmisc +set _HB_DIRS=gtwvg hbbmcdx hbbtree hbclipsm hbct hbdbgfx 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 hbsqlit3