mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 00:36:43 +00:00
8 lines
96 B
Makefile
8 lines
96 B
Makefile
TESTDLL = dmband.dll
|
|
IMPORTS = oleaut32 ole32 uuid
|
|
|
|
C_SRCS = \
|
|
dmband.c
|
|
|
|
@MAKE_TEST_RULES@
|