2009-05-18 08:38 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* utils/hbmk2/hbmk2.prg
    + Added -map support for djgpp. (untested)
This commit is contained in:
Viktor Szakats
2009-05-18 06:39:14 +00:00
parent 584200f97f
commit a8e5e258cc
2 changed files with 7 additions and 0 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to these authors: Viktor Szakats.
*/
2009-05-18 08:38 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* utils/hbmk2/hbmk2.prg
+ Added -map support for djgpp. (untested)
2009-05-18 08:25 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* utils/hbmk2/hbmk2.prg
% bcc hack cleaned.

View File

@@ -1993,6 +1993,9 @@ FUNCTION hbmk( aArgs, /* @ */ lPause )
AAdd( hbmk[ _HBMK_aOPTL ], "{LL}" )
aLIB_BASE2 := ArrayAJoin( { aLIB_BASE2, { "hbcommon", "hbrtl" }, s_aLIBVM } )
ENDIF
IF hbmk[ _HBMK_lMAP ]
AAdd( hbmk[ _HBMK_aOPTL ], "-Wl,-Map {OM}" )
ENDIF
IF ! hbmk[ _HBMK_lSHARED ]
s_aLIBSYS := ArrayJoin( s_aLIBSYS, { "m" } )
ENDIF