wine/dlls/sapi/Makefile.in
Jactry Zeng 28121b494b sapi: Implement ISpeechFileStream stub.
Signed-off-by: Jactry Zeng <jzeng@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-12-02 22:02:56 +01:00

18 lines
219 B
Makefile

MODULE = sapi.dll
IMPORTS = uuid ole32 user32 advapi32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
automation.c \
main.c \
token.c \
tts.c
IDL_SRCS = \
sapi_classes.idl \
sapi_typelib.idl
RC_SRCS = \
sapi.rc