2010-08-07 15:55 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
! And another typo in prev.
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2010-08-07 15:55 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
! And another typo in prev.
|
||||
|
||||
2010-08-07 15:47 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
! Fix to prev.
|
||||
|
||||
@@ -4439,7 +4439,7 @@ FUNCTION hbmk2( aArgs, nArgTarget, /* @ */ lPause, nLevel )
|
||||
IF Empty( cExt ) .AND. ! Empty( hbmk[ _HBMK_cDynLibExt ] )
|
||||
cExt := hbmk[ _HBMK_cDynLibExt ]
|
||||
ENDIF
|
||||
hbmk[ _HBMK_cPROGNAME ] := hb_FNameMerge( cDir, cName, hbmk[ _HBMK_cDynLibExt ] )
|
||||
hbmk[ _HBMK_cPROGNAME ] := hb_FNameMerge( cDir, cName, cExt )
|
||||
IF l_cIMPLIBNAME == NIL
|
||||
/* By default add default postfix to avoid collision with static lib
|
||||
with the same name. */
|
||||
|
||||
Reference in New Issue
Block a user