d3dx9_36: Implement D3DXCreateLine and add stubbed interface for ID3DXLine + tests.
[wine/multimedia.git] / dlls / d3dx9_36 / tests / Makefile.in
blob59ac277ed3c10531d79415fd2c79d9f26b20f5b1
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 TESTDLL = d3dx9_36.dll
6 IMPORTS = d3dx9 d3d9 user32 gdi32 kernel32
8 C_SRCS = \
9 asm.c \
10 core.c \
11 effect.c \
12 line.c \
13 math.c \
14 mesh.c \
15 shader.c \
16 texture.c
18 RC_SRCS = rsrc.rc
20 @MAKE_TEST_RULES@