From: Václav Slavík Date: Tue, 1 Jul 2003 13:26:33 +0000 (+0000) Subject: dependencies fixes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/15b44c69ab89cd6e5f2c3fa28377f5a4fadcbad6 dependencies fixes define __WXDEBUG__ and wxUSE_UNICODE on Windows git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index be4399f4a8..3ba7c9369c 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -149,6 +149,13 @@ off speed + + + __WXDEBUG__ + + + wxUSE_UNICODE=1 +