mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 18:23:54 +02:00
18 lines
300 B
Makefile
18 lines
300 B
Makefile
MODULE = sapi.dll
|
|
IMPORTS = uuid ole32 oleaut32 user32 advapi32 mfuuid wmcodecdspuuid
|
|
DELAYIMPORTS = winmm mfplat
|
|
|
|
SOURCES = \
|
|
async.c \
|
|
automation.c \
|
|
dispatch.c \
|
|
main.c \
|
|
mmaudio.c \
|
|
resource.c \
|
|
sapi.rc \
|
|
sapi_classes.idl \
|
|
sapi_typelib.idl \
|
|
stream.c \
|
|
token.c \
|
|
tts.c \
|
|
xml.c
|