[Scummvm-git-logs] scummvm-tools master -> b7eb97db1886b439ed2b10b84877be6fd76df307
sev-
noreply at scummvm.org
Mon May 18 16:17:42 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://api.github.com/repos/scummvm/scummvm-tools .
Summary:
b7eb97db18 BUILD: Fix makefile syntax
Commit: b7eb97db1886b439ed2b10b84877be6fd76df307
https://github.com/scummvm/scummvm-tools/commit/b7eb97db1886b439ed2b10b84877be6fd76df307
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-05-18T18:17:20+02:00
Commit Message:
BUILD: Fix makefile syntax
Changed paths:
Makefile.common
diff --git a/Makefile.common b/Makefile.common
index 00614f69..f5546abb 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -163,9 +163,9 @@ extract_mps_OBJS := \
$(UTILS)
extract_obb_OBJS := \
- engines/tetraedge/extract_obb.o
- common/dlc.o \
- $(UTILS)
+ engines/tetraedge/extract_obb.o \
+ common/dcl.o \
+ $(UTILS)
extract_lfg_OBJS := \
engines/scumm/extract_lfg.o \
More information about the Scummvm-git-logs
mailing list