8 lines
98 B
Makefile
8 lines
98 B
Makefile
|
TESTDLL = dmsynth.dll
|
||
|
IMPORTS = oleaut32 ole32 uuid
|
||
|
|
||
|
C_SRCS = \
|
||
|
dmsynth.c
|
||
|
|
||
|
@MAKE_TEST_RULES@
|