[saco] Add wsock32.lib to additional dependencies

This commit is contained in:
RD42 2023-11-03 18:50:23 +08:00
parent 9a0f042cb8
commit 27cbd475c5

View File

@ -32,6 +32,7 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="wsock32.lib"
OutputFile="$(OutDir)/samp.dll"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
@ -79,6 +80,7 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="wsock32.lib"
OutputFile="$(OutDir)/samp.dll"
LinkIncremental="1"
GenerateDebugInformation="TRUE"