From 22df83431dec5d8b827755265c91d6fcf5fef4c6 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 30 Jul 2005 00:17:24 +0000 Subject: [PATCH] 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 --- build/bakefiles/common.bkl | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.50.0