You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2009/12/17 02:17:52 UTC

svn commit: r891506 - in /apr/apr/trunk: apr.dsp libapr.dsp

Author: wrowe
Date: Thu Dec 17 01:17:51 2009
New Revision: 891506

URL: http://svn.apache.org/viewvc?rev=891506&view=rev
Log:
Fix 1.4.x breakage on win32, add socket_util to both static and dll builds

Modified:
    apr/apr/trunk/apr.dsp
    apr/apr/trunk/libapr.dsp

Modified: apr/apr/trunk/apr.dsp
URL: http://svn.apache.org/viewvc/apr/apr/trunk/apr.dsp?rev=891506&r1=891505&r2=891506&view=diff
==============================================================================
--- apr/apr/trunk/apr.dsp (original)
+++ apr/apr/trunk/apr.dsp Thu Dec 17 01:17:51 2009
@@ -345,6 +345,10 @@
 # End Source File
 # Begin Source File
 
+SOURCE=.\network_io\unix\socket_util.c
+# End Source File
+# Begin Source File
+
 SOURCE=.\network_io\win32\sockopt.c
 # End Source File
 # End Group

Modified: apr/apr/trunk/libapr.dsp
URL: http://svn.apache.org/viewvc/apr/apr/trunk/libapr.dsp?rev=891506&r1=891505&r2=891506&view=diff
==============================================================================
--- apr/apr/trunk/libapr.dsp (original)
+++ apr/apr/trunk/libapr.dsp Thu Dec 17 01:17:51 2009
@@ -368,10 +368,6 @@
 # End Source File
 # Begin Source File
 
-SOURCE=.\network_io\unix\socket_util.c
-# End Source File
-# Begin Source File
-
 SOURCE=.\network_io\win32\sendrecv.c
 # End Source File
 # Begin Source File
@@ -384,6 +380,10 @@
 # End Source File
 # Begin Source File
 
+SOURCE=.\network_io\unix\socket_util.c
+# End Source File
+# Begin Source File
+
 SOURCE=.\network_io\win32\sockopt.c
 # End Source File
 # End Group