ALL: correct engine name

This commit is contained in:
Pawel Kolodziejski 2013-12-08 17:00:04 +01:00
parent 98446b75ed
commit 198cf8b922
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -4249,7 +4249,7 @@ done
# Sort engines to place our headline engine at start...
# No technical reason, just historical convention
headline_engine=grime
headline_engine=grim
_sorted_engines="${headline_engine}"
for engine in $_engines; do
if test "${engine}" != "${headline_engine}" ; then

View File

@ -27,7 +27,7 @@
#define PROJECT_NAME "residualvm" // Used for folders, icons, resources and project/solution name
#define LIBS_DEFINE "RESIDUALVM_LIBS" // Name of the include environment variable
#define REVISION_DEFINE "SCUMMVM_INTERNAL_REVISION"
#define FIRST_ENGINE "grime" // Name of the engine which should be sorted as first element
#define FIRST_ENGINE "grim" // Name of the engine which should be sorted as first element
#define ENABLE_LANGUAGE_EXTENSIONS "grim,myst3" // Comma separated list of projects that need language extensions
#define DISABLE_EDIT_AND_CONTINUE "grim,myst3,residualvm" // Comma separated list of projects that need Edit&Continue to be disabled for co-routine support (the main project is automatically added)