[Scummvm-cvs-logs] scummvm master -> 4ed7d392a8847b8df8d94c7e1cf75ba2b6b3312d

lordhoto lordhoto at gmail.com
Sun Nov 20 05:19:06 CET 2011


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:
4ed7d392a8 ALL: More m4 removal.


Commit: 4ed7d392a8847b8df8d94c7e1cf75ba2b6b3312d
    https://github.com/scummvm/scummvm/commit/4ed7d392a8847b8df8d94c7e1cf75ba2b6b3312d
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-11-19T20:18:42-08:00

Commit Message:
ALL: More m4 removal.

Thanks to digitall for spotting the occurance in engines.mk.

Changed paths:
    engines/engines.mk
    po/POTFILES



diff --git a/engines/engines.mk b/engines/engines.mk
index eddd220..b327ba6 100644
--- a/engines/engines.mk
+++ b/engines/engines.mk
@@ -99,11 +99,6 @@ DEFINES += -DENABLE_LURE=$(ENABLE_LURE)
 MODULES += engines/lure
 endif
 
-ifdef ENABLE_M4
-DEFINES += -DENABLE_M4=$(ENABLE_M4)
-MODULES += engines/m4
-endif
-
 ifdef ENABLE_MADE
 DEFINES += -DENABLE_MADE=$(ENABLE_MADE)
 MODULES += engines/made
diff --git a/po/POTFILES b/po/POTFILES
index dcc501a..14ab568 100644
--- a/po/POTFILES
+++ b/po/POTFILES
@@ -38,7 +38,6 @@ engines/gob/inter_v5.cpp
 engines/groovie/script.cpp
 engines/kyra/lol.cpp
 engines/kyra/sound_midi.cpp
-engines/m4/m4_menus.cpp
 engines/sky/compact.cpp
 engines/sword1/animation.cpp
 engines/sword1/control.cpp






More information about the Scummvm-git-logs mailing list