[Freeswitch-svn] [commit] r5798 - freeswitch/trunk/libs/win32/apr

Freeswitch SVN mikej at freeswitch.org
Thu Oct 4 15:32:55 EDT 2007


Author: mikej
Date: Thu Oct  4 15:32:54 2007
New Revision: 5798

Modified:
   freeswitch/trunk/libs/win32/apr/libapr.vcproj

Log:
add possibly/strangely missing lib include

Modified: freeswitch/trunk/libs/win32/apr/libapr.vcproj
==============================================================================
--- freeswitch/trunk/libs/win32/apr/libapr.vcproj	(original)
+++ freeswitch/trunk/libs/win32/apr/libapr.vcproj	Thu Oct  4 15:32:54 2007
@@ -74,7 +74,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
-				AdditionalDependencies="ws2_32.lib mswsock.lib rpcrt4.lib"
+				AdditionalDependencies="ws2_32.lib mswsock.lib rpcrt4.lib advapi32.lib"
 				OutputFile="$(OutDir)\$(ProjectName).dll"
 				LinkIncremental="1"
 				SuppressStartupBanner="true"
@@ -175,7 +175,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
-				AdditionalDependencies="ws2_32.lib mswsock.lib rpcrt4.lib"
+				AdditionalDependencies="ws2_32.lib mswsock.lib rpcrt4.lib advapi32.lib"
 				OutputFile="$(OutDir)\$(ProjectName).dll"
 				LinkIncremental="1"
 				SuppressStartupBanner="true"



More information about the Freeswitch-svn mailing list