mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
17 lines
217 B
Makefile
17 lines
217 B
Makefile
TESTDLL = d3d9.dll
|
|
IMPORTS = user32
|
|
|
|
C_SRCS = \
|
|
buffer.c \
|
|
d3d9ex.c \
|
|
device.c \
|
|
query.c \
|
|
shader.c \
|
|
stateblock.c \
|
|
surface.c \
|
|
texture.c \
|
|
vertexdeclaration.c \
|
|
visual.c \
|
|
volume.c
|
|
|
|
@MAKE_TEST_RULES@
|