mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 13:09:57 +00:00
cf49617c1a
Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
19 lines
245 B
Makefile
19 lines
245 B
Makefile
MODULE = sapi.dll
|
|
IMPORTS = uuid ole32 user32 advapi32
|
|
|
|
EXTRADLLFLAGS = -mno-cygwin
|
|
|
|
C_SRCS = \
|
|
automation.c \
|
|
main.c \
|
|
resource.c \
|
|
stream.c \
|
|
token.c \
|
|
tts.c
|
|
|
|
IDL_SRCS = \
|
|
sapi_classes.idl \
|
|
sapi_typelib.idl
|
|
|
|
RC_SRCS = \
|
|
sapi.rc
|