[Scummvm-cvs-logs] scummvm master -> fb9a8620dbefc0f4c05001df83f4b54f7ea9e2e7

lordhoto lordhoto at gmail.com
Wed Apr 13 19:16:55 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:
fb9a8620db TSAGE: Fix build as dynamic plugin.


Commit: fb9a8620dbefc0f4c05001df83f4b54f7ea9e2e7
    https://github.com/scummvm/scummvm/commit/fb9a8620dbefc0f4c05001df83f4b54f7ea9e2e7
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-04-13T10:18:12-07:00

Commit Message:
TSAGE: Fix build as dynamic plugin.

Changed paths:
    engines/tsage/module.mk



diff --git a/engines/tsage/module.mk b/engines/tsage/module.mk
index a15b342..41a8681 100644
--- a/engines/tsage/module.mk
+++ b/engines/tsage/module.mk
@@ -26,7 +26,7 @@ MODULE_OBJS := \
 	tsage.o
 
 # This module can be built as a plugin
-ifdef BUILD_PLUGINS
+ifeq ($(ENABLE_TSAGE), DYNAMIC_PLUGIN)
 PLUGIN := 1
 endif
 






More information about the Scummvm-git-logs mailing list