From 0eea0e3932369eea0809fe85bbed3403b7aa48f3 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 22 Feb 2009 17:34:06 +0000 Subject: [PATCH] 2009-02-22 18:33 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * bin/hb-func.sh ! Fixed stupid typos after testing on Linux. * contrib/examples/terminal/terminal.hbp * contrib/examples/terminal/trm_appn.hbm * Minor change. --- harbour/ChangeLog | 8 ++++++++ harbour/bin/hb-func.sh | 16 ++++++++-------- harbour/contrib/examples/terminal/terminal.hbp | 1 + harbour/contrib/examples/terminal/trm_appn.hbm | 2 +- 4 files changed, 18 insertions(+), 9 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d9201bda2d..4e8a3889dc 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,14 @@ 2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2009-02-22 18:33 UTC+0100 Viktor Szakats (harbour.01 syenar hu) + * bin/hb-func.sh + ! Fixed stupid typos after testing on Linux. + + * contrib/examples/terminal/terminal.hbp + * contrib/examples/terminal/trm_appn.hbm + * Minor change. + 2009-02-22 18:00 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbbtree/tests/test.hbm * contrib/examples/guestbk/guestbk.hbm diff --git a/harbour/bin/hb-func.sh b/harbour/bin/hb-func.sh index 4fc3db6c29..47128299a7 100755 --- a/harbour/bin/hb-func.sh +++ b/harbour/bin/hb-func.sh @@ -238,18 +238,18 @@ mk_hbtools() echo "libs=gpm">> ${hb_hbmkcfg} fi if [ "${HB_WITHOUT_X11}" != "yes" ]; then - [ -d "/usr/X11R6/lib64" ] && echo "libpaths=/usr/X11R6/lib64>> ${hb_hbmkcfg} - echo "libpaths=/usr/X11R6/lib>> ${hb_hbmkcfg} - echo "libs=X11>> ${hb_hbmkcfg} - echo "inlibshared=gtxvc>> ${hb_hbmkcfg} + [ -d "/usr/X11R6/lib64" ] && echo "libpaths=/usr/X11R6/lib64">> ${hb_hbmkcfg} + echo "libpaths=/usr/X11R6/lib">> ${hb_hbmkcfg} + echo "libs=X11">> ${hb_hbmkcfg} + echo "inlibshared=gtxvc">> ${hb_hbmkcfg} fi if [ "${HB_WITHOUT_GTCRS}" != "yes" ]; then - echo "libs=${HB_CRS_LIB}>> ${hb_hbmkcfg} - echo "inlibshared=gtcrs>> ${hb_hbmkcfg} + echo "libs=${HB_CRS_LIB}">> ${hb_hbmkcfg} + echo "inlibshared=gtcrs">> ${hb_hbmkcfg} fi if [ "${HB_WITHOUT_GTSLN}" != "yes" ]; then - echo "libs=${HB_SLN_LIB}>> ${hb_hbmkcfg} - echo "inlibshared=gtsln>> ${hb_hbmkcfg} + echo "libs=${HB_SLN_LIB}">> ${hb_hbmkcfg} + echo "inlibshared=gtsln">> ${hb_hbmkcfg} fi echo "Generating ${hb_tool}... " diff --git a/harbour/contrib/examples/terminal/terminal.hbp b/harbour/contrib/examples/terminal/terminal.hbp index 262e9a8d83..c4e8a9a26a 100644 --- a/harbour/contrib/examples/terminal/terminal.hbp +++ b/harbour/contrib/examples/terminal/terminal.hbp @@ -3,5 +3,6 @@ # {win}libs=gtwvg hbwin xhb comdlg32 comctl32 shell32 ole32 oleaut32 +prgflags=-n mt=yes gui=yes diff --git a/harbour/contrib/examples/terminal/trm_appn.hbm b/harbour/contrib/examples/terminal/trm_appn.hbm index 8e99006c2e..d3bc563e61 100644 --- a/harbour/contrib/examples/terminal/trm_appn.hbm +++ b/harbour/contrib/examples/terminal/trm_appn.hbm @@ -2,4 +2,4 @@ # $Id$ # --n trm_appn.prg terminal.prg +trm_appn.prg terminal.prg