mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
8 lines
113 B
Makefile
8 lines
113 B
Makefile
TESTDLL = d3d9.dll
|
|
IMPORTS = d3d9 user32 gdi32
|
|
|
|
C_SRCS = \
|
|
d3d9ex.c \
|
|
device.c \
|
|
stateblock.c \
|
|
visual.c
|