mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
8 lines
98 B
Makefile
8 lines
98 B
Makefile
TESTDLL = dmsynth.dll
|
|
IMPORTS = oleaut32 ole32 uuid
|
|
|
|
C_SRCS = \
|
|
dmsynth.c
|
|
|
|
@MAKE_TEST_RULES@
|