2009-04-29 19:44 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* utils/hbmk2/hbmk2.prg
    + Added support for macros in -l options.
This commit is contained in:
Viktor Szakats
2009-04-29 17:44:32 +00:00
parent 7ca3548e34
commit e3473c5876
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to these authors: Viktor Szakats.
*/
2009-04-29 19:44 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* utils/hbmk2/hbmk2.prg
+ Added support for macros in -l options.
2009-04-29 19:37 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* utils/hbmk2/hbmk2.prg
! Readded -map support for *nixes.

View File

@@ -1193,7 +1193,7 @@ FUNCTION hbmk( aArgs )
Len( cParam ) > 2 .AND. ;
!( Left( cParam, 3 ) == "-l-" )
cParam := ArchCompFilter( SubStr( cParam, 3 ) )
cParam := MacroProc( ArchCompFilter( SubStr( cParam, 3 ) ), FN_DirGet( aParam[ _PAR_cFileName ] ) )
IF ! Empty( cParam )
AAdd( s_aLIBUSER, PathSepToTarget( cParam ) )
ENDIF