Staudey Nope, that one is only for binaries as well (".dll"). winegcc expects wraps around dll's, ".o" or maybe ".so"? The most expected corresponding imports for in-wine linking are usually ".a" files.
winegcc even have an option for the case:
-Wl,--out-implib,lib.a
When linking a dll, also create its corresponding import library.
I'm sure wine-devel
somehow dropped them at some point by mistake.