2012-06-11 12:21 UTC+0200 Viktor Szakats (harbour syenar.net)

* contrib/hbblat/hbblat.hbp
    + added experimental support for installing 3rd party .dll 
      to bin dir. Enabled with new build option, not yet documented, 
      see it in the patch.

  * contrib/hbhpdf/tests/harupdf.prg
    * formatted
This commit is contained in:
Viktor Szakats
2012-06-11 10:22:00 +00:00
parent 8bd7b11815
commit ae4ef14400
3 changed files with 777 additions and 718 deletions

View File

@@ -16,6 +16,15 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-06-11 12:21 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/hbblat/hbblat.hbp
+ added experimental support for installing 3rd party .dll
to bin dir. Enabled with new build option, not yet documented,
see it in the patch.
* contrib/hbhpdf/tests/harupdf.prg
* formatted
2012-06-10 18:09 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbqt/hbmk2_qt.hb
! Fixed: some formatting in generated source.
@@ -55,10 +64,10 @@
+ Added: demo code to exploit inheritance of classes.
This implementation is aimed at transferring signal/slot codeblocks from C++
level to PRG level. This to happen, I am driffting from Przemek's orginal idea
level to PRG level. This to happen, I am driffting from Przemek's orginal idea
of a separate class, encapsulating the same in exsting superclass HbqtObjectHandeller.
So far has been successful but the concept has introduced a GPF on exit.
So far has been successful but the concept has introduced a GPF on exit.
2012-06-11 01:01 UTC+0200 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
+ added support for #require directive in minimal script

View File

@@ -15,12 +15,15 @@
-depkeyhead=blat:blat.h
-depcontrol=blat:${HB_WITH_BLAT}
-depimplibs=blat:../blat.dll
-depfinish=blat
-iflag={bcc}-a
-instfile=inc:hbblat.ch
-instfile=inc:hbblat.hbx
{hbdyn&win&HB_INSTALL_3RDDYN='yes'}-instfile=${HBMK_DIR_BLAT}/../blat.dll
hbblat.hbx
blatwrp.c

File diff suppressed because it is too large Load Diff