[Scummvm-git-logs] scummvm master -> 6b5a73a1f5278d642f06201a63400a221ecc68e1

lephilousophe noreply at scummvm.org
Sun Sep 15 18:35:47 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:
6b5a73a1f5 MM: Rename create_mm to create_xeen


Commit: 6b5a73a1f5278d642f06201a63400a221ecc68e1
    https://github.com/scummvm/scummvm/commit/6b5a73a1f5278d642f06201a63400a221ecc68e1
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2024-09-15T20:35:32+02:00

Commit Message:
MM: Rename create_mm to create_xeen

This binary only creates Xeen files.

Changed paths:
    devtools/create_mm/create_xeen/module.mk


diff --git a/devtools/create_mm/create_xeen/module.mk b/devtools/create_mm/create_xeen/module.mk
index 30a4a6b6ab5..bf39666f71a 100644
--- a/devtools/create_mm/create_xeen/module.mk
+++ b/devtools/create_mm/create_xeen/module.mk
@@ -12,7 +12,7 @@ MODULE_OBJS := \
 	swords.o
 
 # Set the name of the executable
-TOOL_EXECUTABLE := create_mm
+TOOL_EXECUTABLE := create_xeen
 
 # Include common rules
 include $(srcdir)/rules.mk




More information about the Scummvm-git-logs mailing list