2010-07-12 21:38 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* utils/hbmk2/hbmk2.prg
    ! Fixed to not generate implibs in --hbinfo mode.

  * contrib/make.hbs
    % Minor.
This commit is contained in:
Viktor Szakats
2010-07-12 19:39:05 +00:00
parent 7f9fb4c0ee
commit 39a1464cc8
3 changed files with 9 additions and 2 deletions

View File

@@ -16,6 +16,13 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-07-12 21:38 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
! Fixed to not generate implibs in --hbinfo mode.
* contrib/make.hbs
% Minor.
2010-07-12 20:39 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
! Fixed to honor -stop option in -hbimplib mode.

View File

@@ -104,7 +104,7 @@ PROCEDURE StandAlone( ... )
AAdd( aLibs, aFile[ F_NAME ] )
NEXT
IF Empty( Len( aLibs ) )
IF Empty( aLibs )
RETURN
ENDIF

View File

@@ -3965,7 +3965,7 @@ FUNCTION hbmk2( aArgs, /* @ */ lPause )
/* ; */
IF ! lStopAfterInit .AND. hbmk[ _HBMK_lCreateImpLib ]
IF ! lStopAfterInit .AND. hbmk[ _HBMK_lCreateImpLib ] .AND. ! lDumpInfo
DoIMPLIB( hbmk, bBlk_ImpLib, cLibLibPrefix, cLibLibExt )
lStopAfterInit := .T.
ENDIF