You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ts...@apache.org on 2014/02/14 15:55:41 UTC

svn commit: r1568327 - /incubator/log4cxx/trunk/src/ant/apr-util-build.xml

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>