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. ]
This commit is contained in:
@@ -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: <Replace> option in <Find in Files> now opens
|
||||
the modified source on <Main> panel only instead the
|
||||
the modified source on <Main> 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: <Replace> option in <Find in Files> 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: <Replace> option in <Find in Files> 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
|
||||
<Main Menu><Files><Save All>
|
||||
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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user