wine/dlls/dxgi/tests/Makefile.in
Henri Verbeet f97d599eb2 dxgi/tests: Use D3D10CreateDevice() to create a device.
At some point DXGID3D10CreateDevice() started always returning
E_NOTIMPL. My guess would be that that was with the introduction of
d3d11.
2014-02-10 11:16:21 +01:00

5 lines
73 B
Makefile

TESTDLL = dxgi.dll
IMPORTS = d3d10 dxgi user32
C_SRCS = \
device.c