[Scummvm-cvs-logs] scummvm master -> 108bdab4ac072657f7420506b39ad24cca288cc4
digitall
digitall at scummvm.org
Wed Jul 27 14:36:20 CEST 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:
108bdab4ac COMPOSER: Correct module.mk for Dynamic Plugins.
Commit: 108bdab4ac072657f7420506b39ad24cca288cc4
https://github.com/scummvm/scummvm/commit/108bdab4ac072657f7420506b39ad24cca288cc4
Author: D G Turner (digitall at scummvm.org)
Date: 2011-07-27T05:33:20-07:00
Commit Message:
COMPOSER: Correct module.mk for Dynamic Plugins.
Changed paths:
engines/composer/module.mk
diff --git a/engines/composer/module.mk b/engines/composer/module.mk
index 72817de..8bfaf93 100644
--- a/engines/composer/module.mk
+++ b/engines/composer/module.mk
@@ -8,7 +8,7 @@ MODULE_OBJS = \
scripting.o
# This module can be built as a plugin
-ifdef BUILD_PLUGINS
+ifeq ($(ENABLE_COMPOSER), DYNAMIC_PLUGIN)
PLUGIN := 1
endif
More information about the Scummvm-git-logs
mailing list