]> git.saurik.com Git - wxWidgets.git/commitdiff
oops, wxUSE_UNICODE_MSLU and not wxUSE_MSLU
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 30 Jul 2005 00:22:40 +0000 (00:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 30 Jul 2005 00:22:40 +0000 (00:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/common.bkl

index ab162a665bf3c284ce557f3b445da20c29f8540b..e5b335b568a8caf71572fbbd844980f422a319c4 100644 (file)
         <if cond="FORMAT!='autoconf' and UNICODE=='1'">_UNICODE</if>
     </set>
     <set var="MSLU_DEFINE">
-        <if cond="FORMAT!='autoconf' and MSLU=='1'">wxUSE_MSLU=1</if>
+        <if cond="FORMAT!='autoconf' and MSLU=='1'">wxUSE_UNICODE_MSLU=1</if>
     </set>
 
     <!-- fill for the specific case of the format/compiler -->