[Bug 52830] DWRITE.DLL cannot be cross-compiled for WIN32 with freetype

WineHQ Bugzilla wine-bugs at winehq.org
Mon Apr 18 10:53:17 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=52830

--- Comment #6 from Nikolay Sivov <bunglehead at gmail.com> ---
Delayed import is a Windows term for a wait to link dynamic libraries, it's not
applicable here. Freetype was always dynamically linked, and we always used the
system library for it. For PE transition we are still using the system library.
What happened is that it made your, already unsupported, way to build it less
easy.

That's why I pointed out that it's possible to import freetype sources, remove
PE-unixlib integration parts, and statically link freetype to dwrite.dll.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list