[Scummvm-git-logs] scummvm master -> 08d9217d9b1d3f42939c8a0a3e030f7240f99863
Die4Ever
30947252+Die4Ever at users.noreply.github.com
Mon Oct 25 15:32:11 UTC 2021
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:
08d9217d9b GROOVIE: Groovie2 require C++11
Commit: 08d9217d9b1d3f42939c8a0a3e030f7240f99863
https://github.com/scummvm/scummvm/commit/08d9217d9b1d3f42939c8a0a3e030f7240f99863
Author: Die4Ever (die4ever2005 at gmail.com)
Date: 2021-10-25T10:31:57-05:00
Commit Message:
GROOVIE: Groovie2 require C++11
Changed paths:
engines/groovie/configure.engine
diff --git a/engines/groovie/configure.engine b/engines/groovie/configure.engine
index f283731a58..ff9e98e541 100644
--- a/engines/groovie/configure.engine
+++ b/engines/groovie/configure.engine
@@ -1,4 +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" "highres"
-add_engine groovie2 "Groovie 2 games" no "" "" "jpeg 16bit"
+add_engine groovie2 "Groovie 2 games" no "" "" "jpeg 16bit c++11"
More information about the Scummvm-git-logs
mailing list