2009-09-16 15:15 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* utils/hbmk2/hbmk2.prg
    ! Fixed to not include lib 'm' for beos.
This commit is contained in:
Viktor Szakats
2009-09-16 13:15:54 +00:00
parent afb1e9b140
commit 7da98f3fe1
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-09-16 15:15 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
! Fixed to not include lib 'm' for beos.
2009-09-16 14:50 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbtip/sendmail.prg
! Fixed hang experienced in some situations when sending

View File

@@ -2169,8 +2169,8 @@ FUNCTION hbmk( aArgs, /* @ */ lPause )
/* Add system libraries */
IF ! hbmk[ _HBMK_lSHARED ]
AAdd( l_aLIBSYS, "m" )
IF !( hbmk[ _HBMK_cPLAT ] == "beos" )
AAdd( l_aLIBSYS, "m" )
IF hbmk[ _HBMK_lMT ]
AAdd( l_aLIBSYS, "pthread" )
ENDIF