On Tue, 22 Dec 2009, Szak�ts Viktor wrote:

Hi,


> The problem is rooted from the fact that HB_BUILD_DLL is 
> explicitly enabled when HB_BUILD_PKG=yes. Maybe it'd be better 
> to disable dos/watcom .dll generation completely until 
> it's fixed. What do you think?

I agree. In such case let's disable DLL in DOS builds also DJGPP ones.
DXE binaries also does not work in default DJGPP 2.04 installation.
It's necessary to fix typo in dxe.h header file, change the
initialization priority and use small trick as workaround for limited
segment size in COFF format.
Too much things to document in simple HOWTO but if possible please leave
undocument way to build such DLLs just for testing in the future, i.e.
change in dos/{djgpp,watcom}.mk:
   ifeq ($(HB_BUILD_DLL),yes)
to:
   ifeq ($(HB_BUILD_DLL),test)
or sth like that.

best regards,
Przemek
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to