From 8fbd0c8bcd450bdc85ac4af67c82a76ab1983f4a Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 26 Jan 2012 09:15:23 +0000 Subject: [PATCH] 2012-01-26 10:14 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbqt/hbqt_common.hbc ! untested patch to switch static supc++ to dynamic stdc++ on darwin systems (following bsd systems in 2010-11-26 13:44 UTC+0100) as suggested by Antonio Linares to make hbide build on OS X Lion. [ to be tested that earlier OS X version are still okay. ] --- harbour/ChangeLog | 24 ++++++++++++++++-------- harbour/contrib/hbqt/hbqt_common.hbc | 4 ++-- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 96cc392546..f277ec308d 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,26 +16,34 @@ The license applies to all entries newer than 2009-04-28. */ +2012-01-26 10:14 UTC+0100 Viktor Szakats (harbour syenar.net) + * contrib/hbqt/hbqt_common.hbc + ! untested patch to switch static supc++ to dynamic stdc++ + on darwin systems (following bsd systems in 2010-11-26 13:44 UTC+0100) + as suggested by Antonio Linares to make hbide build on + OS X Lion. [ to be tested that earlier OS X version are + still okay. ] + 2012-01-25 18:05 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idefindreplace.prg ! Changed: option in now opens - the modified source on
panel only instead the + the modified source on
panel only instead the current active panel if the source is not open already. - This facilitates the easy management of saving/closing + This facilitates the easy management of saving/closing those sources in bulk. 2012-01-25 15:04 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idefindreplace.prg - ! Changed: option in now keeps open - the modified source in modified state which has to be - saved/closed by the user manually. To accomplish this task - efficiently there already exist an option in + ! Changed: option in now keeps open + the modified source in modified state which has to be + saved/closed by the user manually. To accomplish this task + efficiently there already exist an option in
or by other tool-bar controlled icons. [ Suggested by Maurizio and Qatan ] - ! Changed: Harbour Root Install path is automatically detected - and posted to Harbour Documents Viewer if it is standard + ! Changed: Harbour Root Install path is automatically detected + and posted to Harbour Documents Viewer if it is standard hb31 nightly installation. [ Omitted from prev post ] 2012-01-25 14:23 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) diff --git a/harbour/contrib/hbqt/hbqt_common.hbc b/harbour/contrib/hbqt/hbqt_common.hbc index e9a8cbc02c..b2e97bfc22 100644 --- a/harbour/contrib/hbqt/hbqt_common.hbc +++ b/harbour/contrib/hbqt/hbqt_common.hbc @@ -19,7 +19,7 @@ plugins=hbmk2_qt.hbs {allwin|os2}libpaths=${HB_WITH_QT}\..\lib -{allgcc&!bsd}libs=supc++ -{allgcc&bsd}libs=stdc++ +{allgcc&!(bsd|darwin)}libs=supc++ +{allgcc&(bsd|darwin)}libs=stdc++ {win|os2}hbcppmm=yes