2012-09-27 01:26 UTC+0200 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
! add -static option for win-wce/mingw* platforms
when -fullstatic hbmk2 option is used. (in sync
with rest of platform). Reported by Przemek.
Please checkme!
This commit is contained in:
@@ -16,6 +16,13 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2012-09-27 01:26 UTC+0200 Viktor Szakats (harbour syenar.net)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
! add -static option for win-wce/mingw* platforms
|
||||
when -fullstatic hbmk2 option is used. (in sync
|
||||
with rest of platform). Reported by Przemek.
|
||||
Please checkme!
|
||||
|
||||
2012-09-26 19:25 UTC+0200 Viktor Szakats (harbour syenar.net)
|
||||
* contrib/hbnf/datecnfg.prg
|
||||
* contrib/hbnf/dfile.prg
|
||||
|
||||
@@ -4004,6 +4004,9 @@ FUNCTION hbmk( aArgs, nArgTarget, /* @ */ lPause, nLevel )
|
||||
AAdd( hbmk[ _HBMK_aOPTL ], "-mconsole" )
|
||||
ENDIF
|
||||
ENDIF
|
||||
IF hbmk[ _HBMK_lSTATICFULL ]
|
||||
AAdd( hbmk[ _HBMK_aOPTL ], "-static" )
|
||||
ENDIF
|
||||
IF hbmk[ _HBMK_lMAP ]
|
||||
AAdd( hbmk[ _HBMK_aOPTL ], "-Wl,-Map,{OM}" )
|
||||
AAdd( hbmk[ _HBMK_aOPTD ], "-Wl,-Map,{OM}" )
|
||||
|
||||
Reference in New Issue
Block a user