[PATCH 2/4] winegcc: Support -delayload on binutils mingw target.

Jacek Caban jacek at codeweavers.com
Tue Oct 8 12:35:11 CDT 2019


On 10/8/19 10:47 AM, Alexandre Julliard wrote:
> Jacek Caban <jacek at codeweavers.com> writes:
>
>> Emulate MSVC-style delayload by creating required delay importlibs
>> from .def files on demand.
> That's not going to work for importlibs that contain object files.


Yes, that's a limitation, but Wine doesn't seem to need it.


> I also think we should be moving away from .def files, instead of
> relying more on them.


If we want to keep generating delay importlibs for mingw ld, we need to 
make it conditional on the toolchain, like:

https://www.winehq.org/pipermail/wine-devel/2019-August/148966.html

Would you prefer something like that?


Thanks,

Jacek




More information about the wine-devel mailing list