mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 10:43:55 +02:00
7 lines
102 B
Makefile
7 lines
102 B
Makefile
MODULE = msttsengine.dll
|
|
IMPORTS = ole32
|
|
|
|
SOURCES = \
|
|
main.c \
|
|
tts.c \
|
|
ttseng_classes.idl
|