From a86b3172848cd47fb1e9a3bbb1f35eb2b66515da Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 13 Jun 2009 23:48:33 +0000 Subject: [PATCH] 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. --- harbour/ChangeLog | 22 +++++++++++++++++++ harbour/contrib/hbblat/hbblat.hbc | 2 ++ harbour/contrib/hbhpdf/hbhpdf.hbc | 2 ++ .../contrib/hbmysql/{tests => }/hbmysql.hbc | 0 harbour/contrib/hbmysql/tests/hbmk.hbm | 5 +++++ harbour/contrib/hbmysql/utils/hbmk.hbm | 5 +++++ harbour/contrib/hbmysql/utils/hbmysql.hbc | 5 ----- harbour/contrib/hbqt/hbqt.hbc | 2 ++ harbour/contrib/hbwin/hbwin.hbc | 2 ++ harbour/contrib/hbxbp/hbxbp.hbc | 4 ++-- harbour/contrib/hbxbp/tests/hbmk.hbm | 1 + harbour/contrib/hbxbp/xbp_temp.prg | 15 ------------- 12 files changed, 43 insertions(+), 22 deletions(-) rename harbour/contrib/hbmysql/{tests => }/hbmysql.hbc (100%) create mode 100644 harbour/contrib/hbmysql/tests/hbmk.hbm create mode 100644 harbour/contrib/hbmysql/utils/hbmk.hbm delete mode 100644 harbour/contrib/hbmysql/utils/hbmysql.hbc diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 3f8548f5e4..4bbb60c283 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/contrib/hbblat/hbblat.hbc b/harbour/contrib/hbblat/hbblat.hbc index f968332de3..5be2a0014b 100644 --- a/harbour/contrib/hbblat/hbblat.hbc +++ b/harbour/contrib/hbblat/hbblat.hbc @@ -2,5 +2,7 @@ # $Id$ # +incpaths=. + libs=hbblat libs=blat diff --git a/harbour/contrib/hbhpdf/hbhpdf.hbc b/harbour/contrib/hbhpdf/hbhpdf.hbc index a539b2f5fe..17f48442c3 100644 --- a/harbour/contrib/hbhpdf/hbhpdf.hbc +++ b/harbour/contrib/hbhpdf/hbhpdf.hbc @@ -2,5 +2,7 @@ # $Id$ # +incpaths=. + libs=hbhpdf libs=libhpdf libpng diff --git a/harbour/contrib/hbmysql/tests/hbmysql.hbc b/harbour/contrib/hbmysql/hbmysql.hbc similarity index 100% rename from harbour/contrib/hbmysql/tests/hbmysql.hbc rename to harbour/contrib/hbmysql/hbmysql.hbc diff --git a/harbour/contrib/hbmysql/tests/hbmk.hbm b/harbour/contrib/hbmysql/tests/hbmk.hbm new file mode 100644 index 0000000000..dc540547c8 --- /dev/null +++ b/harbour/contrib/hbmysql/tests/hbmk.hbm @@ -0,0 +1,5 @@ +# +# $Id$ +# + +../hbmysql.hbc diff --git a/harbour/contrib/hbmysql/utils/hbmk.hbm b/harbour/contrib/hbmysql/utils/hbmk.hbm new file mode 100644 index 0000000000..dc540547c8 --- /dev/null +++ b/harbour/contrib/hbmysql/utils/hbmk.hbm @@ -0,0 +1,5 @@ +# +# $Id$ +# + +../hbmysql.hbc diff --git a/harbour/contrib/hbmysql/utils/hbmysql.hbc b/harbour/contrib/hbmysql/utils/hbmysql.hbc deleted file mode 100644 index 1439933aa0..0000000000 --- a/harbour/contrib/hbmysql/utils/hbmysql.hbc +++ /dev/null @@ -1,5 +0,0 @@ -# -# $Id$ -# - -libs=hbmysql libmysql diff --git a/harbour/contrib/hbqt/hbqt.hbc b/harbour/contrib/hbqt/hbqt.hbc index c20ba8501f..b25127282a 100644 --- a/harbour/contrib/hbqt/hbqt.hbc +++ b/harbour/contrib/hbqt/hbqt.hbc @@ -2,6 +2,8 @@ # $Id$ # +incpaths=. + {allwin}libpaths=${HB_DIR_QT}\lib {mingw|mingwce|(gcc&(linux|darwin))}libs=supc++ diff --git a/harbour/contrib/hbwin/hbwin.hbc b/harbour/contrib/hbwin/hbwin.hbc index 646434df24..4138709e13 100644 --- a/harbour/contrib/hbwin/hbwin.hbc +++ b/harbour/contrib/hbwin/hbwin.hbc @@ -2,4 +2,6 @@ # $Id$ # +incpaths=. + {win}libs=hbwin diff --git a/harbour/contrib/hbxbp/hbxbp.hbc b/harbour/contrib/hbxbp/hbxbp.hbc index 7ed68dea1e..97abd9b099 100644 --- a/harbour/contrib/hbxbp/hbxbp.hbc +++ b/harbour/contrib/hbxbp/hbxbp.hbc @@ -2,7 +2,7 @@ # $Id$ # +incpaths=. + libs=hbxbp hbcs=../hbqt/hbqt.hbc - -{allwin}gt=gtgui diff --git a/harbour/contrib/hbxbp/tests/hbmk.hbm b/harbour/contrib/hbxbp/tests/hbmk.hbm index 07285c0243..9a0e9f42f3 100644 --- a/harbour/contrib/hbxbp/tests/hbmk.hbm +++ b/harbour/contrib/hbxbp/tests/hbmk.hbm @@ -2,4 +2,5 @@ # $Id$ # +-w3 ../hbxbp.hbc diff --git a/harbour/contrib/hbxbp/xbp_temp.prg b/harbour/contrib/hbxbp/xbp_temp.prg index 2a0271fb7b..9ce7e545a0 100644 --- a/harbour/contrib/hbxbp/xbp_temp.prg +++ b/harbour/contrib/hbxbp/xbp_temp.prg @@ -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