d3d8: Merge cubetexture.c into texture.c.
[wine/multimedia.git] / dlls / d3d8 / Makefile.in
blob4504604f3ff9d71038f342947bd177066c9ab030
1 MODULE = d3d8.dll
2 IMPORTLIB = d3d8
3 IMPORTS = dxguid uuid wined3d
5 C_SRCS = \
6 buffer.c \
7 d3d8_main.c \
8 device.c \
9 directx.c \
10 shader.c \
11 surface.c \
12 swapchain.c \
13 texture.c \
14 vertexdeclaration.c \
15 volume.c \
16 volumetexture.c
18 RC_SRCS = version.rc
20 @MAKE_DLL_RULES@