d3d9: Merge volumetexture.c into texture.c.
[wine/multimedia.git] / dlls / d3d9 / Makefile.in
blobc60e2b602973390067e0072f701369358fc08b32
1 MODULE = d3d9.dll
2 IMPORTLIB = d3d9
3 IMPORTS = dxguid uuid wined3d
5 C_SRCS = \
6 buffer.c \
7 d3d9_main.c \
8 device.c \
9 directx.c \
10 query.c \
11 shader.c \
12 stateblock.c \
13 surface.c \
14 swapchain.c \
15 texture.c \
16 vertexdeclaration.c \
17 volume.c
19 RC_SRCS = version.rc
21 @MAKE_DLL_RULES@