aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_project/config.h
diff options
context:
space:
mode:
authorJohannes Schickel2013-11-07 12:58:35 +0100
committerD G Turner2013-11-24 00:48:02 +0000
commit80136c1e51902d4c63264730e26a7b4aff35e829 (patch)
tree2c3d5bddb5768c3e32d0cd5ca201f0b7a7aa2834 /devtools/create_project/config.h
parentffce805fb2b116ef1d4f03540158d42b3fcd5e80 (diff)
downloadscummvm-rg350-80136c1e51902d4c63264730e26a7b4aff35e829.tar.gz
scummvm-rg350-80136c1e51902d4c63264730e26a7b4aff35e829.tar.bz2
scummvm-rg350-80136c1e51902d4c63264730e26a7b4aff35e829.zip
DEVTOOLS: Make create_project sort SCUMM as first engine.
This makes create_project output consistent with configure output again.
Diffstat (limited to 'devtools/create_project/config.h')
-rw-r--r--devtools/create_project/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/devtools/create_project/config.h b/devtools/create_project/config.h
index 1a66edff93..9d4b101360 100644
--- a/devtools/create_project/config.h
+++ b/devtools/create_project/config.h
@@ -27,6 +27,7 @@
#define PROJECT_NAME "scummvm" // Used for folders, icons, resources and project/solution name
#define LIBS_DEFINE "SCUMMVM_LIBS" // Name of the include environment variable
#define REVISION_DEFINE "SCUMMVM_INTERNAL_REVISION"
+#define FIRST_ENGINE "scumm" // Name of the engine which should be sorted as first element
#define ENABLE_LANGUAGE_EXTENSIONS "" // Comma separated list of projects that need language extensions
#define DISABLE_EDIT_AND_CONTINUE "tinsel,tony,scummvm" // Comma separated list of projects that need Edit&Continue to be disabled for co-routine support (the main project is automatically added)