[Scummvm-git-logs] scummvm master -> 967aba2309708e70bb01e811a2088914918d4af5
sev-
noreply at scummvm.org
Sat Oct 19 20:18:46 UTC 2024
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:
967aba2309 QDENGINE: Removed for now tirangles.dll minigame
Commit: 967aba2309708e70bb01e811a2088914918d4af5
https://github.com/scummvm/scummvm/commit/967aba2309708e70bb01e811a2088914918d4af5
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-10-19T22:18:37+02:00
Commit Message:
QDENGINE: Removed for now tirangles.dll minigame
Some linkers do link even unreferenced code, and currently, this
minigame has issues with templates. I do not see them for now
because macOS linked optimizes it away.
Changed paths:
engines/qdengine/module.mk
diff --git a/engines/qdengine/module.mk b/engines/qdengine/module.mk
index 189e19ef08e..285f9bb5e14 100644
--- a/engines/qdengine/module.mk
+++ b/engines/qdengine/module.mk
@@ -13,7 +13,6 @@ MODULE_OBJS = \
minigames/adv/Range.o \
minigames/adv/RunTime.o \
minigames/adv/TextManager.o \
- minigames/adv/m_triangles.o \
parser/qdscr_parser.o \
parser/xml_parser.o \
parser/xml_tag_buffer.o \
More information about the Scummvm-git-logs
mailing list