8 lines
84 B
Makefile
8 lines
84 B
Makefile
TESTDLL = msacm32.dll
|
|
IMPORTS = msacm32
|
|
|
|
C_SRCS = \
|
|
msacm.c
|
|
|
|
@MAKE_TEST_RULES@
|