http://bugs.winehq.org/show_bug.cgi?id=58377
--- Comment #8 from Alexandre Julliard julliard@winehq.org --- (In reply to Zeb Figura from comment #6)
- PE side can be built with winegcc, but you need to use "-b
x86_64-w64-mingw32" or "-b i686-w64-mingw32" to signal to build a real PE DLL. I don't know how stable this is; it was already changed from "-mno-cygwin", which doesn't work anymore.
They are different things. "-mno-cygwin" is used when building ELF dlls, and AFAIK still works fine.