From 1fc5d52e906186bdde6e5c46e84268b9c958691c Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 23 Oct 2013 23:45:58 +0200 Subject: DEVTOOLS: Enable RTTI in create_project generated project files. --- devtools/create_project/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devtools') 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 -- cgit v1.2.3 From ab98e22c3b208ef4f6321e0c675fcb02667372a5 Mon Sep 17 00:00:00 2001 From: uruk Date: Wed, 15 Jan 2014 11:28:44 +0100 Subject: AVALANCHE: Repair credits.pl --- devtools/credits.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devtools') diff --git a/devtools/credits.pl b/devtools/credits.pl index 03e086ce99..53f0d11307 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -553,7 +553,7 @@ begin_credits("Credits"); add_person("Ludvig Strigeus", "ludde", "(retired)"); end_section(); - begin_section("AVALANCHE"); + begin_section("Avalanche"); add_person("Peter Bozsó", "uruk", ""); add_person("Arnaud Boutonné", "Strangerke", ""); end_section(); -- cgit v1.2.3