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:
@@ -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
|
||||
|
||||
@@ -2,5 +2,7 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
incpaths=.
|
||||
|
||||
libs=hbblat
|
||||
libs=blat
|
||||
|
||||
@@ -2,5 +2,7 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
incpaths=.
|
||||
|
||||
libs=hbhpdf
|
||||
libs=libhpdf libpng
|
||||
|
||||
5
harbour/contrib/hbmysql/tests/hbmk.hbm
Normal file
5
harbour/contrib/hbmysql/tests/hbmk.hbm
Normal file
@@ -0,0 +1,5 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
../hbmysql.hbc
|
||||
5
harbour/contrib/hbmysql/utils/hbmk.hbm
Normal file
5
harbour/contrib/hbmysql/utils/hbmk.hbm
Normal file
@@ -0,0 +1,5 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
../hbmysql.hbc
|
||||
@@ -1,5 +0,0 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
libs=hbmysql libmysql
|
||||
@@ -2,6 +2,8 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
incpaths=.
|
||||
|
||||
{allwin}libpaths=${HB_DIR_QT}\lib
|
||||
|
||||
{mingw|mingwce|(gcc&(linux|darwin))}libs=supc++
|
||||
|
||||
@@ -2,4 +2,6 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
incpaths=.
|
||||
|
||||
{win}libs=hbwin
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
incpaths=.
|
||||
|
||||
libs=hbxbp
|
||||
hbcs=../hbqt/hbqt.hbc
|
||||
|
||||
{allwin}gt=gtgui
|
||||
|
||||
@@ -2,4 +2,5 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
-w3
|
||||
../hbxbp.hbc
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user