mirror of
https://github.com/reactos/wine.git
synced 2025-02-22 13:53:38 +00:00
9 lines
109 B
Makefile
9 lines
109 B
Makefile
TESTDLL = dxdiagn.dll
|
|
IMPORTS = oleaut32 ole32
|
|
|
|
C_SRCS = \
|
|
container.c \
|
|
provider.c
|
|
|
|
@MAKE_TEST_RULES@
|