diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl
index 0158fc2e47..9075a884d5 100644
--- a/build/bakefiles/common.bkl
+++ b/build/bakefiles/common.bkl
@@ -259,6 +259,16 @@
single
+
+ wxNO_RTTI
+
+
+ wxNO_EXCEPTIONS
+
+
+ wxNO_THREADS
+
+
__WXDEBUG__
__WXDEBUG__
@@ -394,6 +404,9 @@ $(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h
__WX$(TOOLKIT)__
$(WXUNIV_DEFINE)
$(DEBUG_DEFINE)
+ $(EXCEPTIONS_DEFINE)
+ $(RTTI_DEFINE)
+ $(THREAD_DEFINE)
$(UNICODE_DEFINE)