diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c90f63d0ac..b06180f2cd 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,25 @@ The license applies to all entries newer than 2009-04-28. */ +2010-10-16 01:38 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/src/rtl/gtstd/gtstd.c + * updated to compile with WinCE + + * harbour/package/harbour.spec + * modified to work with new HBMK2 translations + + * harbour/contrib/hbmzip/hbmzip.c + ! fixed function order + + * harbour/contrib/hbwin/axcore.c + * include + ! fixed buffer sizes in debug function + * removed trailing spaces and tabs + + * harbour/contrib/hbwin/hbolesrv.c + * include - for some compilers which do not make it + with OLE header files + 2010-10-15 20:46 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/utils/hbqtgen.prg ! Fixed to pass 'uchar' where QT needs it (instead of current 'char') diff --git a/harbour/contrib/xhb/xhb.hbp b/harbour/contrib/xhb/xhb.hbp index 833216e25b..f1f4e22c4c 100644 --- a/harbour/contrib/xhb/xhb.hbp +++ b/harbour/contrib/xhb/xhb.hbp @@ -13,6 +13,8 @@ -instfile=inc:xhb.h -instfile=inc:hbcompat.ch -instfile=inc:xhb.ch +-instfile=inc:xhbcls.ch +-instfile=inc:xhbextrn.ch -instfile=inc:xhb.hbx ../hbct/hbct.hbc diff --git a/harbour/utils/Makefile b/harbour/utils/Makefile index 0c408fbfa4..bec73c5094 100644 --- a/harbour/utils/Makefile +++ b/harbour/utils/Makefile @@ -17,6 +17,8 @@ ifneq ($(HB_BUILD_PARTS),compiler) hbtest \ hbformat \ + DIRS += $(HB_UTIL_ADDONS) + endif endif