]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
msvc tweaks, more to come.
authorMichael Jerris <mike@jerris.com>
Mon, 3 Apr 2006 22:58:40 +0000 (22:58 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 3 Apr 2006 22:58:40 +0000 (22:58 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1018 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/include/switch_platform.h
w32/vsnet/GetLibs.vbs

index 1d3b56c8a3b58ba1d326f725f8e5174d1fc213ca..f4949d784bb9c9f8ab5e2ae8bda0d66148122855 100644 (file)
@@ -39,6 +39,7 @@ extern "C" {
 #endif
 
 #ifdef WIN32
+#include <winsock2.h>
 typedef SOCKET switch_raw_socket_t;
 #else 
 typedef int switch_raw_socket_t;
index 6c3a01d4181608a234bfe349b94753af82d08d47..87eafc009b23baf47722f8fc0dab845338da381f 100644 (file)
@@ -247,7 +247,7 @@ Sub BuildLibs_aprutil(BuildDebug, BuildRelease)
        End If \r
        If FSO.FolderExists(LibDestDir & "apr-util") Then \r
                If BuildDebug Then\r
-                       If Not FSO.FileExists(LibDestDir & "apr-util\xml\expat\lib\Debug\xml.lib") Then \r
+                       If Not FSO.FileExists(LibDestDir & "apr-util\xml\expat\lib\LibD\xml.lib") Then \r
                                BuildViaVCBuild LibDestDir & "apr-util\xml\expat\lib\xml.vcproj", "Debug"\r
                        End If\r
                        If Not FSO.FileExists(LibDestDir & "apr-util\Debug\libaprutil-1.lib") Then \r
@@ -257,7 +257,7 @@ Sub BuildLibs_aprutil(BuildDebug, BuildRelease)
                        End If\r
                End If\r
                If BuildRelease Then\r
-                       If Not FSO.FileExists(LibDestDir & "apr-util\xml\expat\lib\Release\xml.lib") Then \r
+                       If Not FSO.FileExists(LibDestDir & "apr-util\xml\expat\lib\LibR<p align="center"></p>\xml.lib") Then \r
                                BuildViaVCBuild LibDestDir & "apr-util\xml\expat\lib\xml.vcproj", "Release"\r
                        End If\r
                        If Not FSO.FileExists(LibDestDir & "apr-util\Release\libaprutil-1.lib") Then \r