https://bugs.winehq.org/show_bug.cgi?id=55964
--- Comment #2 from Esme Povirk madewokherd@gmail.com --- Are the debug symbols working OK otherwise? I never worked out how to use them.
Unfortunately, it's hard to move/rename the libmono dll's because old Wine versions will look for them in the old place. I'm hoping it'll be possible to specify the pdb name in LDFLAGS at build time.
Other dlls where we add the dll's architecture to the filename are likely to have the same problem. I think we should switch from e.g. lib/FAudio-x86.dll to lib/x86/FAudio.dll, as we do for some of the more modern ones.