http://bugs.winehq.org/show_bug.cgi?id=14085
Summary: an importlib for multiple dlls is not supported (avicap32 + avifil32 + msvfw32 => vfw32) Product: Wine Version: 1.0.0 Platform: PC OS/Version: Linux Status: NEW Keywords: source Severity: normal Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: wine.dev@web.de
The Wine build-env does not support a single importlib for multiple dlls. Microsoft use this for vfw32.lib (avicap32.dll + avifil32.dll + msvfw32.dll)
According to julliard on IRC, the needed magic in winebuild is the Problem.
The importlib vfw32 is needed for the Wine testsuite: http://www.winehq.org/pipermail/wine-patches/2008-June/056310.html