2009-06-14 01:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbblat/hbblat.hbc
  * contrib/hbhpdf/hbhpdf.hbc
  * contrib/hbwin/hbwin.hbc
  * contrib/hbqt/hbqt.hbc
  * contrib/hbxbp/hbxbp.hbc
    + Added incpaths settings to not rely on GNU Make 'install'
      feature to find appropriate lib headers.

  * contrib/hbxbp/tests/hbmk.hbm
    + Added -w3 switch.

  * contrib/hbxbp/xbp_temp.prg
    * Cleanup.

  - contrib/hbmysql/utils/hbmysql.hbc
  - contrib/hbmysql/tests/hbmysql.hbc
  + contrib/hbmysql/utils/hbmk.hbm
  + contrib/hbmysql/tests/hbmk.hbm
  + contrib/hbmysql/hbmysql.hbc
    * Rearranged according to new .hbc/.hbm layout.
This commit is contained in:
Viktor Szakats
2009-06-13 23:48:33 +00:00
parent 1de11ac355
commit a86b317284
12 changed files with 43 additions and 22 deletions

View File

@@ -17,6 +17,28 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-06-14 01:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbblat/hbblat.hbc
* contrib/hbhpdf/hbhpdf.hbc
* contrib/hbwin/hbwin.hbc
* contrib/hbqt/hbqt.hbc
* contrib/hbxbp/hbxbp.hbc
+ Added incpaths settings to not rely on GNU Make 'install'
feature to find appropriate lib headers.
* contrib/hbxbp/tests/hbmk.hbm
+ Added -w3 switch.
* contrib/hbxbp/xbp_temp.prg
* Cleanup.
- contrib/hbmysql/utils/hbmysql.hbc
- contrib/hbmysql/tests/hbmysql.hbc
+ contrib/hbmysql/utils/hbmk.hbm
+ contrib/hbmysql/tests/hbmk.hbm
+ contrib/hbmysql/hbmysql.hbc
* Rearranged according to new .hbc/.hbm layout.
2009-06-14 00:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/gtwvg/gtwvg.c
* contrib/gtwvg/wincallb.c

View File

@@ -2,5 +2,7 @@
# $Id$
#
incpaths=.
libs=hbblat
libs=blat

View File

@@ -2,5 +2,7 @@
# $Id$
#
incpaths=.
libs=hbhpdf
libs=libhpdf libpng

View File

@@ -0,0 +1,5 @@
#
# $Id$
#
../hbmysql.hbc

View File

@@ -0,0 +1,5 @@
#
# $Id$
#
../hbmysql.hbc

View File

@@ -1,5 +0,0 @@
#
# $Id$
#
libs=hbmysql libmysql

View File

@@ -2,6 +2,8 @@
# $Id$
#
incpaths=.
{allwin}libpaths=${HB_DIR_QT}\lib
{mingw|mingwce|(gcc&(linux|darwin))}libs=supc++

View File

@@ -2,4 +2,6 @@
# $Id$
#
incpaths=.
{win}libs=hbwin

View File

@@ -2,7 +2,7 @@
# $Id$
#
incpaths=.
libs=hbxbp
hbcs=../hbqt/hbqt.hbc
{allwin}gt=gtgui

View File

@@ -2,4 +2,5 @@
# $Id$
#
-w3
../hbxbp.hbc

View File

@@ -97,22 +97,7 @@ PROCEDURE QTC_SETBKCOLOR() ; RETURN
PROCEDURE QTC_SETBKMODE() ; RETURN
PROCEDURE QTC_ISZOOMED() ; RETURN
PROCEDURE QTC_FILLRECT() ; RETURN
PROCEDURE QTC_DELETEMENU() ; RETURN
PROCEDURE QTC_TRACKPOPUPMENU() ; RETURN
PROCEDURE HB_TOOUTDEBUG() ; RETURN
PROCEDURE QTC_OUTPUTDEBUGSTRING() ; RETURN
#if 0
PROCEDURE QTC_() ; RETURN
PROCEDURE QTC_() ; RETURN
PROCEDURE QTC_() ; RETURN
PROCEDURE QTC_() ; RETURN
PROCEDURE QTC_() ; RETURN
PROCEDURE QTC_() ; RETURN
PROCEDURE QTC_() ; RETURN
PROCEDURE QTC_() ; RETURN
#endif