mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-18 01:28:42 +00:00
add possibly/strangely missing lib include
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5798 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
3cd6a49d8f
commit
e53d11f102
@ -74,7 +74,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="ws2_32.lib mswsock.lib rpcrt4.lib"
|
AdditionalDependencies="ws2_32.lib mswsock.lib rpcrt4.lib advapi32.lib"
|
||||||
OutputFile="$(OutDir)\$(ProjectName).dll"
|
OutputFile="$(OutDir)\$(ProjectName).dll"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="true"
|
SuppressStartupBanner="true"
|
||||||
@ -175,7 +175,7 @@
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="ws2_32.lib mswsock.lib rpcrt4.lib"
|
AdditionalDependencies="ws2_32.lib mswsock.lib rpcrt4.lib advapi32.lib"
|
||||||
OutputFile="$(OutDir)\$(ProjectName).dll"
|
OutputFile="$(OutDir)\$(ProjectName).dll"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="true"
|
SuppressStartupBanner="true"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user