mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 08:46:29 +00:00
9 lines
93 B
Makefile
9 lines
93 B
Makefile
TESTDLL = d3drm.dll
|
|
IMPORTS = dxguid
|
|
|
|
C_SRCS = \
|
|
d3drm.c \
|
|
vector.c
|
|
|
|
@MAKE_TEST_RULES@
|