X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d7ac64ee6d33c1ef3dee3431526ca18075ee7c8d..d424f5ae6d1cd61b43b7d7d7c77de4ab326019e8:/build/msw/config.bcc?ds=sidebyside diff --git a/build/msw/config.bcc b/build/msw/config.bcc index 4990a1d099..6facc13754 100644 --- a/build/msw/config.bcc +++ b/build/msw/config.bcc @@ -69,6 +69,11 @@ LDFLAGS = -L$(BCCDIR)\lib MONOLITHIC = 0 !endif +# Use MSLU library when building Unicode version. [0,1] +!ifndef MSLU +MSLU = 0 +!endif + # Is this official build by wxWindows developers? [0,1] !ifndef OFFICIAL_BUILD OFFICIAL_BUILD = 0