http://bugs.winehq.org/show_bug.cgi?id=17194
--- Comment #11 from Rico kgbricola@web.de 2009-02-02 15:04:27 --- When you get this error:
adapter.o:adapter.c:(.text+0x1e5): undefined reference to `_IID_IDXGIObject'
you have to build dxguid before you could build dxgi: make -C dlls/dxguid/ make -C dlls/dxgi/
Also note that d3d10core have to be build before d3d10 make -C dlls/d3d10core/ make -C dlls/d3d10/