Author: tschoening
Date: Fri Feb 14 14:55:41 2014
New Revision: 1568327

URL: http://svn.apache.org/r1568327
Log:
XML_STATIC needed with VS 2013 to overcome linkage errors.

Modified:
    incubator/log4cxx/trunk/src/ant/apr-util-build.xml

Modified: incubator/log4cxx/trunk/src/ant/apr-util-build.xml
URL: 
http://svn.apache.org/viewvc/incubator/log4cxx/trunk/src/ant/apr-util-build.xml?rev=1568327&r1=1568326&r2=1568327&view=diff
==============================================================================
--- incubator/log4cxx/trunk/src/ant/apr-util-build.xml (original)
+++ incubator/log4cxx/trunk/src/ant/apr-util-build.xml Fri Feb 14 14:55:41 2014
@@ -316,6 +316,9 @@
                <defineset      define="APR_DECLARE_STATIC"
                                        unless="is-apr-shared"
                />
+               <defineset      define="XML_STATIC"
+                                       unless="is-shared"
+               />
                <defineset>
                        <define name="XMLPARSEAPI" value=" " />
                </defineset>


Reply via email to