2010-06-03 23:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
! Fixed silly typo in last commit. (missing ! operator in IF condition)
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2010-06-03 23:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
! Fixed silly typo in last commit. (missing ! operator in IF condition)
|
||||
|
||||
2010-06-03 21:37 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
+ contrib/hbmzip/hbmzip.hbp
|
||||
+ Added hbmk2 solution to replicate GNU Make dependency
|
||||
|
||||
@@ -4076,7 +4076,7 @@ FUNCTION hbmk2( aArgs, /* @ */ lPause )
|
||||
/* Check if we've found all dependencies */
|
||||
|
||||
IF ! lSkipBuild .AND. ! lStopAfterInit .AND. ! lStopAfterHarbour
|
||||
IF dep_evaluate( hbmk )
|
||||
IF ! dep_evaluate( hbmk )
|
||||
IF hbmk[ _HBMK_lBEEP ]
|
||||
DoBeep( .F. )
|
||||
ENDIF
|
||||
|
||||
Reference in New Issue
Block a user