makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / d3d9 / tests / Makefile.in
1 TESTDLL   = d3d9.dll
2 IMPORTS   = user32
3
4 C_SRCS = \
5         buffer.c \
6         d3d9ex.c \
7         device.c \
8         query.c \
9         shader.c \
10         stateblock.c \
11         surface.c \
12         texture.c \
13         vertexdeclaration.c \
14         visual.c \
15         volume.c
16
17 @MAKE_TEST_RULES@