mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 00:36:43 +00:00
8 lines
101 B
Makefile
8 lines
101 B
Makefile
TESTDLL = d3d8.dll
|
|
IMPORTS = d3d8 user32 gdi32
|
|
|
|
C_SRCS = \
|
|
device.c \
|
|
stateblock.c \
|
|
visual.c
|