mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 18:23:54 +02:00
13 lines
201 B
Makefile
13 lines
201 B
Makefile
MODULE = msacm32.dll
|
|
IMPORTLIB = msacm32
|
|
IMPORTS = winmm user32 advapi32
|
|
|
|
SOURCES = \
|
|
driver.c \
|
|
filter.c \
|
|
format.c \
|
|
internal.c \
|
|
msacm32.rc \
|
|
msacm32_main.c \
|
|
pcmconverter.c \
|
|
stream.c
|