From 2f3f3252de3e1a21fd6fa46673fa6bced06bea51 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 22 Jul 2009 20:12:26 +0000 Subject: [PATCH] 2009-07-22 22:10 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/global.cf ! Fixed GTSLN exclusion if HB_COMMERCE is set. This is rrequired to communicate this fact with postinst.sh (hb-func.sh -> hbmk script and hbmk.cfg) Thanks to Tamas Tevesz for report and tests. ; Reported libharu WinCE failures and Pelles C warnings: http://bugs.libharu.org/view.php?id=22 http://bugs.libharu.org/view.php?id=21 --- harbour/ChangeLog | 13 ++++++++++++- harbour/config/global.cf | 3 ++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f6981954bf..c0dba59b15 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,17 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-07-22 22:10 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * config/global.cf + ! Fixed GTSLN exclusion if HB_COMMERCE is set. + This is rrequired to communicate this fact with + postinst.sh (hb-func.sh -> hbmk script and hbmk.cfg) + Thanks to Tamas Tevesz for report and tests. + + ; Reported libharu WinCE failures and Pelles C warnings: + http://bugs.libharu.org/view.php?id=22 + http://bugs.libharu.org/view.php?id=21 + 2009-07-22 19:27 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL * make_gnu.bat @@ -236,7 +247,7 @@ ! Added double quotes to all 'if [ -? * ]' expressions: 'if [ -? "*" ]'. This fixes clean rule in Solaris builds '[ -z $(EXE_FILE) ]' when $(EXE_FILE) was empty. - (Thanks for Tamas Tevesz for report and fix suggestion) + (Thanks to Tamas Tevesz for report and fix suggestion) Please speak up if there is any reason why double quotes weren't used in bash commands embedded in .cf files while they are consistently used in all .sh files. diff --git a/harbour/config/global.cf b/harbour/config/global.cf index 8d5f550fc2..da34ab917c 100644 --- a/harbour/config/global.cf +++ b/harbour/config/global.cf @@ -325,7 +325,8 @@ endif # Exclude Harbour-wide features prohibiting commercial usage ifeq ($(HB_COMMERCE),yes) - HB_GPM_MOUSE := no + export HB_GPM_MOUSE := no + export HB_WITHOUT_GTSLN := yes endif # Names of portable GT drivers