From ba212e4c534e2e68d1dfb2ad4c3379c8acc65fbd Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 8 Jun 2009 16:26:08 +0000 Subject: [PATCH] 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. --- harbour/ChangeLog | 10 ++++++++++ harbour/utils/hbmk2/hbmk2.prg | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index cf2fcbbecc..38c6a7975d 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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. diff --git a/harbour/utils/hbmk2/hbmk2.prg b/harbour/utils/hbmk2/hbmk2.prg index 8aabd8ca4c..089abc33fd 100644 --- a/harbour/utils/hbmk2/hbmk2.prg +++ b/harbour/utils/hbmk2/hbmk2.prg @@ -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