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 <olectl.h>
    ! fixed buffer sizes in debug function
    * removed trailing spaces and tabs

  * harbour/contrib/hbwin/hbolesrv.c
    * include <tchar.h> - for some compilers which do not make it
      with OLE header files
This commit is contained in:
Przemyslaw Czerpak
2010-10-15 23:38:39 +00:00
parent 3ce1854189
commit a8e0d9e1eb
3 changed files with 23 additions and 0 deletions

View File

@@ -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 <olectl.h>
! fixed buffer sizes in debug function
* removed trailing spaces and tabs
* harbour/contrib/hbwin/hbolesrv.c
* include <tchar.h> - 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')

View File

@@ -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

View File

@@ -17,6 +17,8 @@ ifneq ($(HB_BUILD_PARTS),compiler)
hbtest \
hbformat \
DIRS += $(HB_UTIL_ADDONS)
endif
endif