d3dx9/tests: Add basic tests for ID3DXRenderToEnvMap.
[wine/multimedia.git] / dlls / d3d10core / Makefile.in
blob96ff0fdb17b08cf81c31fb8c9865995e5ec8540e
1 MODULE = d3d10core.dll
2 IMPORTLIB = d3d10core
3 IMPORTS = dxguid uuid dxgi wined3d
5 C_SRCS = \
6 async.c \
7 buffer.c \
8 d3d10core_main.c \
9 device.c \
10 inputlayout.c \
11 shader.c \
12 state.c \
13 texture.c \
14 utils.c \
15 view.c
17 RC_SRCS = version.rc
19 @MAKE_DLL_RULES@