mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 23:36:14 +00:00
7 lines
101 B
Makefile
7 lines
101 B
Makefile
TESTDLL = d3d8.dll
|
|
IMPORTS = d3d8 user32 gdi32
|
|
|
|
C_SRCS = \
|
|
device.c \
|
|
stateblock.c \
|
|
visual.c
|