2009-04-20 16:30 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* utils/hbmk2/hbmk2.hbm
    + Added -km option.

  * utils/hbmk2/hbmk2.prg
    ! Fixed typo preventing filter keywords to work.
This commit is contained in:
Viktor Szakats
2009-04-20 14:42:48 +00:00
parent bc447eb8f5
commit f2a1e1fd1c
3 changed files with 9 additions and 2 deletions

View File

@@ -8,6 +8,13 @@
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-04-20 16:30 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* utils/hbmk2/hbmk2.hbm
+ Added -km option.
* utils/hbmk2/hbmk2.prg
! Fixed typo preventing filter keywords to work.
2009-04-20 16:25 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* utils/hbmk2/hbmk2.prg
+ -quiet will now suppress command output in case of error.

View File

@@ -2,5 +2,5 @@
# $Id$
#
-nulrdd
-nulrdd -km
hbmk2.prg

View File

@@ -4224,7 +4224,7 @@ STATIC FUNCTION ArchCompFilter( cItem )
LOCAL cExpr := "( hbmk_ARCH() == Lower( '%1' ) .OR. " +;
"hbmk_COMP() == Lower( '%1' ) .OR. " +;
"hbmk_KEYW( Lower( '%' ) ) )"
"hbmk_KEYW( Lower( '%1' ) ) )"
IF ( nStart := At( "{", cItem ) ) > 0 .AND. ;
!( SubStr( cItem, nStart - 1, 1 ) == "$" ) .AND. ;