2009-09-21 15:29 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
! Fix to -strip with -hblib support for gcc targets.
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-09-21 15:29 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
! Fix to -strip with -hblib support for gcc targets.
|
||||
|
||||
2009-09-21 15:23 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
+ Added support for -strip option in -hblib mode.
|
||||
|
||||
@@ -2181,7 +2181,7 @@ FUNCTION hbmk( aArgs, /* @ */ lPause )
|
||||
ENDIF
|
||||
ENDIF
|
||||
IF hbmk[ _HBMK_lSTRIP ]
|
||||
IF hbmk[ _HBMK_cPLAT ] $ "darwin|sunos"
|
||||
IF lCreateLib .OR. hbmk[ _HBMK_cPLAT ] $ "darwin|sunos"
|
||||
cBin_Post := "strip"
|
||||
IF lCreateDyn .OR. lCreateLib
|
||||
cOpt_Post := "-S {OB}"
|
||||
|
||||
Reference in New Issue
Block a user