[Scummvm-git-logs] scummvm master -> 0237b79cecdba930db16717e3d0a379ed72f0cf3

Strangerke noreply at scummvm.org
Fri Apr 3 21:54:43 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
0237b79cec WAYNESWORLD: Reorder module.mk


Commit: 0237b79cecdba930db16717e3d0a379ed72f0cf3
    https://github.com/scummvm/scummvm/commit/0237b79cecdba930db16717e3d0a379ed72f0cf3
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2026-04-03T23:54:17+02:00

Commit Message:
WAYNESWORLD: Reorder module.mk

Changed paths:
    engines/waynesworld/module.mk


diff --git a/engines/waynesworld/module.mk b/engines/waynesworld/module.mk
index b923b547091..5e1b64dd153 100644
--- a/engines/waynesworld/module.mk
+++ b/engines/waynesworld/module.mk
@@ -1,7 +1,6 @@
 MODULE := engines/waynesworld
 
 MODULE_OBJS := \
-	waynesworld.o \
 	detection.o \
 	gamelogic.o \
 	gamemap.o \
@@ -11,7 +10,8 @@ MODULE_OBJS := \
 	metaengine.o \
 	pathfinding.o \
 	sound.o \
-	staticdata.o
+	staticdata.o \
+	waynesworld.o
 
 # This module can be built as a plugin
 ifeq ($(ENABLE_WAYNESWORLD), DYNAMIC_PLUGIN)




More information about the Scummvm-git-logs mailing list