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 ca...@apache.org on 2008/02/20 09:24:58 UTC

svn commit: r629386 - /logging/log4cxx/trunk/build.xml

Author: carnold
Date: Wed Feb 20 00:24:52 2008
New Revision: 629386

URL: http://svn.apache.org/viewvc?rev=629386&view=rev
Log:
LOGCXX-62: mswsock is required after all

Modified:
    logging/log4cxx/trunk/build.xml

Modified: logging/log4cxx/trunk/build.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/build.xml?rev=629386&r1=629385&r2=629386&view=diff
==============================================================================
--- logging/log4cxx/trunk/build.xml (original)
+++ logging/log4cxx/trunk/build.xml Wed Feb 20 00:24:52 2008
@@ -27,7 +27,7 @@
       <libset libs="${odbc.lib}" if="odbc.lib"/>
       <libset libs="${apr-util.dependencies}" if="apr-util.dependencies"/>
         <libset libs="pthread" if="is-unix"/>
-        <syslibset libs="advapi32 ws2_32 shell32" if="is-windows"/>
+        <syslibset libs="advapi32 mswsock ws2_32 shell32" if="is-windows"/>
         <syslibset libs="stdc++" if="is-gcc"/>
         <syslibset libs="cw32mt" if="is-bcc"/>
 '>