mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 19:18:42 +00:00
15 lines
236 B
Makefile
15 lines
236 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = d3d9.dll
|
|
IMPORTS = user32 kernel32
|
|
|
|
CTESTS = \
|
|
shader.c \
|
|
stateblock.c \
|
|
vertexdeclaration.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|