mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 00:36:43 +00:00
15 lines
174 B
Makefile
15 lines
174 B
Makefile
TESTDLL = d3d8.dll
|
|
IMPORTS = user32
|
|
|
|
C_SRCS = \
|
|
buffer.c \
|
|
d3d8_main.c \
|
|
device.c \
|
|
stateblock.c \
|
|
surface.c \
|
|
texture.c \
|
|
visual.c \
|
|
volume.c
|
|
|
|
@MAKE_TEST_RULES@
|