mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
18 lines
217 B
Makefile
18 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@
|