http://bugs.winehq.com/show_bug.cgi?id=1618
fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID
------- Additional Comments From fgouget@codeweavers.com 2003-09-12 13:43 ------- In its current form Winemaker does not know which libraries the executable/dll should be linked with. Due to this limitation it will generate Makefiles that link with the default set of dlls that would be present for a default Visual C++ project. It is then up to the developper to adjust this list as appropriate. However we should not just add entries to this list because then there would be no limit (why winmm and not wsock32 or dsound?).
The correct way to fix this would be to improve winemaker to analyze the Visual C++ project file (see bug 61), or to do a winedump on the executable/dll if it is present.