mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 18:53:55 +02:00
8 lines
114 B
Makefile
8 lines
114 B
Makefile
TESTDLL = d3d9.dll
|
|
IMPORTS = d3d9 user32 gdi32
|
|
|
|
SOURCES = \
|
|
d3d9ex.c \
|
|
device.c \
|
|
stateblock.c \
|
|
visual.c
|