aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie
diff options
context:
space:
mode:
authorJohannes Schickel2013-11-26 02:27:11 -0800
committerJohannes Schickel2013-11-26 02:27:11 -0800
commit0e017f007a8a3db8c8d8320f76cbfd423e662e07 (patch)
treedab8ea7df53c1b6896eb6065660ceda8dbdd0189 /engines/groovie
parente718719f918a4941fd72d3b245922a834bc5a5d2 (diff)
parent6b0f1118de6d0f6e6b29dc8778845bf58926c9ad (diff)
downloadscummvm-rg350-0e017f007a8a3db8c8d8320f76cbfd423e662e07.tar.gz
scummvm-rg350-0e017f007a8a3db8c8d8320f76cbfd423e662e07.tar.bz2
scummvm-rg350-0e017f007a8a3db8c8d8320f76cbfd423e662e07.zip
Merge pull request #375 from digitall/engineAutoPlug
RFC: Pluggable Engines #2 (No Python, just evolution of current configure shell and make code)
Diffstat (limited to 'engines/groovie')
-rw-r--r--engines/groovie/configure.engine4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/groovie/configure.engine b/engines/groovie/configure.engine
new file mode 100644
index 0000000000..84e95a70df
--- /dev/null
+++ b/engines/groovie/configure.engine
@@ -0,0 +1,4 @@
+# This file is included from the main "configure" script
+# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps]
+add_engine groovie "Groovie" yes "groovie2" "7th Guest"
+add_engine groovie2 "Groovie 2 games" no "" "" "jpeg"