2009-04-21 08:08 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)

* utils/hbmk2/hbmk2.prg
    ! Line # 1056 - Parenthesis not closed.
This commit is contained in:
Pritpal Bedi
2009-04-21 15:09:48 +00:00
parent 83fbbeebec
commit 393b9a05df
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-04-21 08:08 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* utils/hbmk2/hbmk2.prg
! Line # 1056 - Parenthesis not closed.
2009-04-21 16:25 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* utils/hbmk2/hbmk2.prg
+ Added filter support to -o option.

View File

@@ -1053,7 +1053,7 @@ FUNCTION hbmk( aArgs )
CASE Left( cParam, 2 ) == "-o" .AND. ! lStopAfterHarbour
tmp := MacroProc( ArchCompFilter( SubStr( cParam, 3 ) ), FN_DirGet( aParam[ _PAR_cFileName ] )
tmp := MacroProc( ArchCompFilter( SubStr( cParam, 3 ) ), FN_DirGet( aParam[ _PAR_cFileName ] ) )
IF ! Empty( tmp )
tmp := PathSepToSelf( tmp )
hb_FNameSplit( tmp, @cDir, @cName, @cExt )