From: Václav Slavík Date: Fri, 8 Aug 2003 11:49:35 +0000 (+0000) Subject: (re)added MSLU support to Unicode builds X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/416f5bc835673bc46b008430d2b0122043e157ca?ds=sidebyside (re)added MSLU support to Unicode builds git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/Makefile b/build/bakefiles/Makefile index caad1fda88..7062626633 100644 --- a/build/bakefiles/Makefile +++ b/build/bakefiles/Makefile @@ -10,7 +10,7 @@ MDEPS = common.bkl config.bkl files.bkl monolithic.bkl multilib.bkl opengl.bkl w DSWFLAGS = -DRUNTIME_LIBS=dynamic -DOFFICIAL_BUILD=0 -DUSE_HTML=1 \ -DUSE_OPENGL=1 -DUSE_ODBC=1 -DMONOLITHIC=0 -DUSE_GUI=1 \ - -DDEBUG_INFO=default -DDEBUG_FLAG=default + -DDEBUG_INFO=default -DDEBUG_FLAG=default -DMSLU=0 COMPAT_TARGETS = ../../src/wxWindows.dsp diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index f769c3f40f..55baf22277 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -194,6 +194,10 @@ wxUSE_UNICODE=1 + + + unicows +