mirror of
https://github.com/reactos/wine.git
synced 2024-12-03 01:12:25 +00:00
15 lines
208 B
Makefile
15 lines
208 B
Makefile
MODULE = msacm32.dll
|
|
IMPORTLIB = msacm32
|
|
IMPORTS = winmm user32 advapi32
|
|
|
|
C_SRCS = \
|
|
driver.c \
|
|
filter.c \
|
|
format.c \
|
|
internal.c \
|
|
msacm32_main.c \
|
|
pcmconverter.c \
|
|
stream.c
|
|
|
|
RC_SRCS = msacm32.rc
|