From: Vadim Zeitlin Date: Sat, 30 Jul 2005 00:17:24 +0000 (+0000) Subject: define wxUSE_MSLU=1 in compiler flags if MSLU=1 was given in the make flags X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/22df83431dec5d8b827755265c91d6fcf5fef4c6 define wxUSE_MSLU=1 in compiler flags if MSLU=1 was given in the make flags git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index a01a5265b4..ab162a665b 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -259,6 +259,9 @@ _UNICODE + + wxUSE_MSLU=1 + @@ -398,6 +401,7 @@ $(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h $(RTTI_DEFINE) $(THREAD_DEFINE) $(UNICODE_DEFINE) + $(MSLU_DEFINE) $(TOP_SRCDIR)include