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:
Viktor Szakats
2009-09-21 13:29:32 +00:00
parent 8d643e66d9
commit a272a7d91e
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-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.

View File

@@ -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}"