2009-06-08 18:25 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* utils/hbmk2/hbmk2.prg
    ! Fixed again -hbdyn generation by removing hbmaindllp lib 
      from the liblist. This was added as part of a fix, so I'm 
      not sure what is the good and final solution. Anyway it 
      looks like this lib isn't to be used for .dll, or only for
      pure pcode ones. So it's probably better to leave it as 
      a manual user option: -l{win}hbmaindllp
      If someone knows more, pls speak up.
This commit is contained in:
Viktor Szakats
2009-06-08 16:26:08 +00:00
parent a6a566ab49
commit ba212e4c53
2 changed files with 11 additions and 1 deletions

View File

@@ -17,6 +17,16 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-06-08 18:25 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
! Fixed again -hbdyn generation by removing hbmaindllp lib
from the liblist. This was added as part of a fix, so I'm
not sure what is the good and final solution. Anyway it
looks like this lib isn't to be used for .dll, or only for
pure pcode ones. So it's probably better to leave it as
a manual user option: -l{win}hbmaindllp
If someone knows more, pls speak up.
2009-06-08 17:53 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.hu_HU.po
! Typo.

View File

@@ -2787,7 +2787,7 @@ FUNCTION hbmk( aArgs, /* @ */ lPause, /* @ */ lUTF8 )
AAdd( aLIB_BASE1, "dllmain" ) /* TOFIX */
ELSE
AAdd( hbmk[ _HBMK_aOPTC ], "-DHB_DYNLIB" )
AAdd( aLIB_BASE1, "hbmaindllp" )
/* AAdd( aLIB_BASE1, "hbmaindllp" ) */
ENDIF
ENDIF
ENDIF