[Scummvm-git-logs] scummvm master -> 1b41d2c939e21a4e8eaf2ca68994c24d52f93bae

aquadran aquadran at gmail.com
Thu Apr 15 00:03:00 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:
1b41d2c939 STARK: Mark as c++11


Commit: 1b41d2c939e21a4e8eaf2ca68994c24d52f93bae
    https://github.com/scummvm/scummvm/commit/1b41d2c939e21a4e8eaf2ca68994c24d52f93bae
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2021-04-15T02:02:53+02:00

Commit Message:
STARK: Mark as c++11

Changed paths:
    engines/stark/configure.engine


diff --git a/engines/stark/configure.engine b/engines/stark/configure.engine
index f2c96fac71..edeaa4d3f7 100644
--- a/engines/stark/configure.engine
+++ b/engines/stark/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 stark "The Longest Journey" yes "" "" "16bit highres freetype2 vorbis"
+add_engine stark "The Longest Journey" yes "" "" "cxx11 16bit highres freetype2 vorbis"




More information about the Scummvm-git-logs mailing list