[Scummvm-git-logs] scummvm master -> 475adcf8aa4b8aeb80c977232b61595b49a22c00
sev-
sev at scummvm.org
Sun Aug 1 15:23:58 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
475adcf8aa COMMON: Move text-to-speech.o MODULE_OBJS
Commit: 475adcf8aa4b8aeb80c977232b61595b49a22c00
https://github.com/scummvm/scummvm/commit/475adcf8aa4b8aeb80c977232b61595b49a22c00
Author: Fiodar Stryzhniou (fedor_qd at mail.ru)
Date: 2021-08-01T17:23:55+02:00
Commit Message:
COMMON: Move text-to-speech.o MODULE_OBJS
It was bulded if USE_TTS enabled before. It builded bu defaault now.
That strange makefile structure break Symbian makefile parser.
Changed paths:
common/module.mk
diff --git a/common/module.mk b/common/module.mk
index 4ac4ba5d58..665def8888 100644
--- a/common/module.mk
+++ b/common/module.mk
@@ -42,6 +42,7 @@ MODULE_OBJS := \
stuffit.o \
system.o \
textconsole.o \
+ text-to-speech.o \
tokenizer.o \
translation.o \
unarj.o \
@@ -108,8 +109,5 @@ MODULE_OBJS += \
lua/scummvm_file.o
endif
-MODULE_OBJS += \
- text-to-speech.o
-
# Include common rules
include $(srcdir)/rules.mk
More information about the Scummvm-git-logs
mailing list