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

bluegr bluegr at gmail.com
Wed May 15 21:22:20 CEST 2013


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:
c69b8fbaf5 NEVERHOOD: Update old form of module.mk


Commit: c69b8fbaf5bd8d4108d4bfb8ef97bca14ac0085a
    https://github.com/scummvm/scummvm/commit/c69b8fbaf5bd8d4108d4bfb8ef97bca14ac0085a
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-05-15T12:21:11-07:00

Commit Message:
NEVERHOOD: Update old form of module.mk

This syncs the engine's module.mk with the changes in 38a8aa516e0fa315e318801e5399f82e51efa8df

Changed paths:
    engines/neverhood/module.mk



diff --git a/engines/neverhood/module.mk b/engines/neverhood/module.mk
index c7bfbb6..714fc30 100644
--- a/engines/neverhood/module.mk
+++ b/engines/neverhood/module.mk
@@ -50,7 +50,7 @@ MODULE_OBJS = \
 	staticdata.o
 
 # This module can be built as a plugin
-ifdef BUILD_PLUGINS
+ifeq ($(ENABLE_NEVERHOOD), DYNAMIC_PLUGIN)
 PLUGIN := 1
 endif
 






More information about the Scummvm-git-logs mailing list