mirror of
https://github.com/reactos/wine.git
synced 2025-02-02 10:12:01 +00:00
9 lines
113 B
Makefile
9 lines
113 B
Makefile
TESTDLL = d3d9.dll
|
|
IMPORTS = d3d9 user32 gdi32
|
|
|
|
C_SRCS = \
|
|
d3d9ex.c \
|
|
device.c \
|
|
stateblock.c \
|
|
visual.c
|