On 12 Apr 2003, Alexandre Julliard wrote:
Well, the import libraries are supposed to be compatible across Wine/Mingw/Windows, so it shouldn't matter which ones we use. And trying different combinations is a good way to spot problems, so there isn't a "right" one to use. I agree that using the Mingw libraries would be preferable, at least for testing Wine; but using the Wine libraries is a good way to test Mingw...
I see. So in a way the Wine regression testing framework includes testing the linking phase, not just the executing phase.