aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_project/config.h
diff options
context:
space:
mode:
authorLittleboy2012-09-05 07:54:33 -0400
committerLittleboy2012-09-05 20:18:24 -0400
commit9821f3022433a0cc6f55733e6609fb2b11afc005 (patch)
tree0005c138c141f442e4637244857a28e748751b9b /devtools/create_project/config.h
parent1f11ce6df2491e51c713278b6bfc6464a9aef965 (diff)
downloadscummvm-rg350-9821f3022433a0cc6f55733e6609fb2b11afc005.tar.gz
scummvm-rg350-9821f3022433a0cc6f55733e6609fb2b11afc005.tar.bz2
scummvm-rg350-9821f3022433a0cc6f55733e6609fb2b11afc005.zip
CREATE_PROJECT: Add config option to disable language extensions and edit and continue (per-project)
Diffstat (limited to 'devtools/create_project/config.h')
-rw-r--r--devtools/create_project/config.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/devtools/create_project/config.h b/devtools/create_project/config.h
index 20c1391cef..de4703a47d 100644
--- a/devtools/create_project/config.h
+++ b/devtools/create_project/config.h
@@ -28,7 +28,10 @@
#define LIBS_DEFINE "SCUMMVM_LIBS" // Name of the include environment variable
#define REVISION_DEFINE "SCUMMVM_INTERNAL_REVISION"
-//#define ADDITIONAL_LIBRARY ""
-#define NEEDS_RTTI 0
+#define ENABLE_LANGUAGE_EXTENSIONS "" // Comma separated list of projects that need language extensions
+#define DISABLE_EDIT_AND_CONTINUE "tinsel,tony" // Comma separated list of projects that need Edit&Continue to be disabled for co-routine support (the main project is automatically added)
+
+//#define ADDITIONAL_LIBRARY "" // Add a single library to the list of externally linked libraries
+#define NEEDS_RTTI 0 // Enable RTTI globally
#endif // TOOLS_CREATE_PROJECT_CONFIG_H