[Scummvm-git-logs] scummvm master -> 4968e0206f49991bb99929d136cdb588f14742fe
digitall
547637+digitall at users.noreply.github.com
Fri Aug 6 04:29:40 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:
4968e0206f ADL: Remove C++-11 flag From Engine
Commit: 4968e0206f49991bb99929d136cdb588f14742fe
https://github.com/scummvm/scummvm/commit/4968e0206f49991bb99929d136cdb588f14742fe
Author: D G Turner (digitall at scummvm.org)
Date: 2021-08-06T05:28:39+01:00
Commit Message:
ADL: Remove C++-11 flag From Engine
This is not required as this engine does not use any C++-11 specific
code and thus will build fine with C++-98.
Changed paths:
engines/adl/configure.engine
diff --git a/engines/adl/configure.engine b/engines/adl/configure.engine
index 4868e8d996..c138b64943 100644
--- a/engines/adl/configure.engine
+++ b/engines/adl/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 adl "ADL" yes "" "" "cxx11 16bit highres"
+add_engine adl "ADL" yes "" "" "16bit highres"
More information about the Scummvm-git-logs
mailing list