]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/expat.bkl
simple GetContext() and one other minor doc
[wxWidgets.git] / build / bakefiles / expat.bkl
index 1adf5159c3025aad6686fa686313d9f5e53f7e6a..eea2ab082ec0f324344a666aaa0dec0ea9ff50b0 100644 (file)
@@ -8,7 +8,7 @@
         <set var="wxUSE_EXPAT">builtin</set>
     </if>
     <set var="LIB_EXPAT">
-        <if cond="wxUSE_EXPAT=='builtin'">wxexpat$(WXDEBUGFLAG)$(HOST_SUFFIX)</if>
+        <if cond="wxUSE_EXPAT=='builtin'">wxexpat$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)</if>
     </set>
     <set var="INC_EXPAT">
         <if cond="wxUSE_EXPAT=='builtin'">$(TOP_SRCDIR)src/expat/lib</if>
@@ -22,7 +22,7 @@
         <define cond="FORMAT!='autoconf' and PLATFORM_WIN32=='1'">
             COMPILED_FROM_DSP
         </define>
-        <cflags-borland>-w-8004 -w-8008 -w-8057 -w-8066</cflags-borland>
+        <cflags-borland>-w-8004 -w-8008 -w-8012 -w-8057 -w-8066</cflags-borland>
         <sources>
             src/expat/lib/xmlparse.c
             src/expat/lib/xmlrole.c