[Scummvm-git-logs] scummvm master -> 2311b0957be1a970ff631399bcc736cc785c68cd

aquadran aquadran at gmail.com
Sun Oct 11 20:03:15 UTC 2020


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:
2311b0957b STARK: allow module to be built as a plugin (#2504)


Commit: 2311b0957be1a970ff631399bcc736cc785c68cd
    https://github.com/scummvm/scummvm/commit/2311b0957be1a970ff631399bcc736cc785c68cd
Author: Matthieu Milan (usineur0 at gmail.com)
Date: 2020-10-11T22:03:11+02:00

Commit Message:
STARK: allow module to be built as a plugin (#2504)

Changed paths:
    engines/stark/module.mk


diff --git a/engines/stark/module.mk b/engines/stark/module.mk
index f601119b4a..1bfca1b09b 100644
--- a/engines/stark/module.mk
+++ b/engines/stark/module.mk
@@ -120,6 +120,11 @@ MODULE_OBJS := \
 	visual/smacker.o \
 	visual/text.o
 
+# This module can be built as a plugin
+ifeq ($(ENABLE_STARK), DYNAMIC_PLUGIN)
+PLUGIN := 1
+endif
+
 # Include common rules
 include $(srcdir)/rules.mk
 




More information about the Scummvm-git-logs mailing list