]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/common.bkl
define wxUSE_UNICODE=0 in non-Unicode build to prevent it from getting automatically...
[wxWidgets.git] / build / bakefiles / common.bkl
index 1245c000ad9303ce6d98c819fa3741acad74b8c6..2a4df6ff37cb43ff008248369d774c42dfe2f39c 100644 (file)
     </set>
     <set var="UNICODE_DEFINE">
         <if cond="FORMAT!='autoconf' and UNICODE=='1'">_UNICODE</if>
+        <if cond="FORMAT!='autoconf' and UNICODE=='0'">wxUSE_UNICODE=0</if>
     </set>
     <set var="MSLU_DEFINE">
         <if cond="FORMAT!='autoconf' and MSLU=='1'">wxUSE_UNICODE_MSLU=1</if>