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