aboutsummaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorJohannes Schickel2013-10-23 23:45:58 +0200
committerJohannes Schickel2013-10-23 23:45:58 +0200
commit1fc5d52e906186bdde6e5c46e84268b9c958691c (patch)
tree1b00bd6e6033352aa50e172b7348146598e1486f /devtools
parent2df57c17e51d6bef5331297599b4a93411d41fec (diff)
downloadscummvm-rg350-1fc5d52e906186bdde6e5c46e84268b9c958691c.tar.gz
scummvm-rg350-1fc5d52e906186bdde6e5c46e84268b9c958691c.tar.bz2
scummvm-rg350-1fc5d52e906186bdde6e5c46e84268b9c958691c.zip
DEVTOOLS: Enable RTTI in create_project generated project files.
Diffstat (limited to 'devtools')
-rw-r--r--devtools/create_project/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/create_project/config.h b/devtools/create_project/config.h
index 1a66edff93..a8313a3755 100644
--- a/devtools/create_project/config.h
+++ b/devtools/create_project/config.h
@@ -32,6 +32,6 @@
#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)
//#define ADDITIONAL_LIBRARY "" // Add a single library to the list of externally linked libraries
-#define NEEDS_RTTI 0 // Enable RTTI globally
+#define NEEDS_RTTI 1 // Enable RTTI globally
#endif // TOOLS_CREATE_PROJECT_CONFIG_H