2009-11-21 18:13 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
+ Added clang support to link to dylib with full dirspec
(when Harbour is not used/installed in a system location)
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-11-21 18:13 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
+ Added clang support to link to dylib with full dirspec
|
||||
(when Harbour is not used/installed in a system location)
|
||||
|
||||
2009-11-21 12:38 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
! Fixed to make clang behave like gcc when decorating lib references.
|
||||
|
||||
@@ -2077,10 +2077,10 @@ FUNCTION hbmk( aArgs, /* @ */ lPause )
|
||||
|
||||
DEFAULT hbmk[ _HBMK_lSHAREDDIST ] TO lSysLoc
|
||||
|
||||
IF hbmk[ _HBMK_lSHAREDDIST ] .OR. !( hbmk[ _HBMK_cCOMP ] == "gcc" )
|
||||
IF hbmk[ _HBMK_lSHAREDDIST ] .OR. !( hbmk[ _HBMK_cCOMP ] $ "gcc|clang" )
|
||||
cPrefix := ""
|
||||
ELSE
|
||||
/* Only supported by gcc compilers. */
|
||||
/* Only supported by gcc, clang compilers. */
|
||||
cPrefix := DirAddPathSep( l_cHB_DYN_INSTALL )
|
||||
ENDIF
|
||||
#if 1
|
||||
|
||||
Reference in New Issue
Block a user