[saco] Change output file to samp.dll

This commit is contained in:
RD42 2023-10-21 16:48:55 +08:00
parent cb9cd260d5
commit 0b3365935c

View File

@ -31,7 +31,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
OutputFile="$(OutDir)/saco.dll" OutputFile="$(OutDir)/samp.dll"
LinkIncremental="2" LinkIncremental="2"
GenerateDebugInformation="TRUE" GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(OutDir)/saco.pdb" ProgramDatabaseFile="$(OutDir)/saco.pdb"
@ -77,7 +77,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
OutputFile="$(OutDir)/saco.dll" OutputFile="$(OutDir)/samp.dll"
LinkIncremental="1" LinkIncremental="1"
GenerateDebugInformation="TRUE" GenerateDebugInformation="TRUE"
SubSystem="2" SubSystem="2"