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