http://bugs.winehq.org/show_bug.cgi?id=52374 --- Comment #6 from Alexandre Julliard <julliard@winehq.org> --- mingw-w64 is now required to build PE dlls, because it doesn't really make sense to spend effort coercing a Unix-on-Windows toolchain into building Windows dlls. That toolchain adds hacks to make Windows dlls look like Unix shared libraries, and then on top of that, Wine has to add hacks to make the Unix shared libraries look like Windows dlls again. It's much easier to build proper Windows dlls in the first place... So the only support we need from Cygwin is to run configure and build the tools, and then defer to mingw-w64 for the rest. -- 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.