[Scummvm-git-logs] scummvm master -> 7182c33e843d8bf769d61d632661d0283a1060b7
sev-
sev at scummvm.org
Sun Oct 4 08:38:44 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:
7182c33e84 TINSEL: Mark engine as C++11
Commit: 7182c33e843d8bf769d61d632661d0283a1060b7
https://github.com/scummvm/scummvm/commit/7182c33e843d8bf769d61d632661d0283a1060b7
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-10-04T10:38:32+02:00
Commit Message:
TINSEL: Mark engine as C++11
Changed paths:
engines/tinsel/configure.engine
diff --git a/engines/tinsel/configure.engine b/engines/tinsel/configure.engine
index c0f3e0a18d..219df8cd04 100644
--- a/engines/tinsel/configure.engine
+++ b/engines/tinsel/configure.engine
@@ -1,3 +1,3 @@
# This file is included from the main "configure" script
# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps]
-add_engine tinsel "Tinsel" yes
+add_engine tinsel "Tinsel" yes "" "" "cxx11"
More information about the Scummvm-git-logs
mailing list