http://bugs.winehq.org/show_bug.cgi?id=58377
--- Comment #9 from Zeb Figura z.figura12@gmail.com --- (In reply to Alexandre Julliard from comment #8)
(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.
My mistake, sorry. I assumed that this was the right argument to use; I didn't realize makedep was interpreting it and translating it to -b.