wine/dlls/sapi/tests/Makefile.in
Gijs Vermeulen cf49617c1a sapi: Add stub SpResourceManager object.
Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-11-13 22:01:56 +01:00

10 lines
127 B
Makefile

TESTDLL = sapi.dll
IMPORTS = ole32 user32 advapi32
C_SRCS = \
automation.c \
resource.c \
stream.c \
token.c \
tts.c