mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
18 lines
247 B
Makefile
18 lines
247 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
|
|
PO_SRCS = msacm32.rc
|
|
|
|
@MAKE_DLL_RULES@
|