From: Alexandre Julliard Subject: Re: [PATCH 2/4] winegcc: Support -delayload on binutils mingw target. Message-Id: <871rvn8vyj.fsf@wine> Date: Tue, 08 Oct 2019 10:47:48 +0200 In-Reply-To: <31817399-036a-0667-4000-f26b3b6e3d5a@codeweavers.com> (Jacek Caban's message of "Mon, 7 Oct 2019 18:51:34 +0200") References: <31817399-036a-0667-4000-f26b3b6e3d5a@codeweavers.com> Jacek Caban 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. I also think we should be moving away from .def files, instead of relying more on them. -- Alexandre Julliard julliard@winehq.org