mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +00:00
341d9a4c59
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
17 lines
216 B
Makefile
17 lines
216 B
Makefile
MODULE = sapi.dll
|
|
IMPORTS = uuid ole32 user32 advapi32
|
|
|
|
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
|