From b7e4c6681deffc5bee96110debeeeb204d50b358 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 20 Mar 2005 22:08:19 +0000 Subject: [PATCH 1/1] define wxNO_RTTI/EXCEPTIONS/THREADS if corresponding USE_XXX is set to 0 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/common.bkl | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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) -- 2.45.2