mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
13 lines
210 B
Makefile
13 lines
210 B
Makefile
MODULE = windows.media.speech.dll
|
|
IMPORTS = combase uuid
|
|
|
|
SOURCES = \
|
|
async.c \
|
|
async_private.idl \
|
|
classes.idl \
|
|
event_handlers.c \
|
|
listconstraint.c \
|
|
main.c \
|
|
recognizer.c \
|
|
synthesizer.c \
|
|
vector.c
|