mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 18:53:55 +02:00
10 lines
156 B
Makefile
10 lines
156 B
Makefile
TESTDLL = sapi.dll
|
|
IMPORTS = ole32 oleaut32 user32 advapi32 winmm
|
|
|
|
SOURCES = \
|
|
automation.c \
|
|
mmaudio.c \
|
|
resource.c \
|
|
stream.c \
|
|
token.c \
|
|
tts.c
|