aboutsummaryrefslogtreecommitdiff
path: root/backends/module.mk
diff options
context:
space:
mode:
authorJaromir Wysoglad2019-07-15 21:09:36 -0700
committerFilippos Karapetis2019-09-01 22:47:55 +0300
commit8357e8e6bf909353c3db720ba8fda9cdb0a41933 (patch)
treec8a5735d16f9b82249d4877cb3985238bc4beadf /backends/module.mk
parent6303f522e180f1474434c75c0e5a4d44b141fe3a (diff)
downloadscummvm-rg350-8357e8e6bf909353c3db720ba8fda9cdb0a41933.tar.gz
scummvm-rg350-8357e8e6bf909353c3db720ba8fda9cdb0a41933.tar.bz2
scummvm-rg350-8357e8e6bf909353c3db720ba8fda9cdb0a41933.zip
TTS: Prepare for windows TTS
Add windows configuration in configure Add basic skeleton to backends Check if ttsMan is initialized in GUI
Diffstat (limited to 'backends/module.mk')
-rw-r--r--backends/module.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/module.mk b/backends/module.mk
index 42c840436b..04b38bfda1 100644
--- a/backends/module.mk
+++ b/backends/module.mk
@@ -348,6 +348,10 @@ ifdef USE_LINUX_TTS
MODULE_OBJS += \
text-to-speech/linux/linux-text-to-speech.o
endif
+ifdef USE_WINDOWS_TTS
+MODULE_OBJS += \
+ text-to-speech/windows/windows-text-to-speech.o
+endif
# Include common rules
include $(srcdir)/rules.mk