mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-19 20:26:14 +08:00
[bot] Fix compilation errors
This commit is contained in:
@ -31,7 +31,7 @@
|
|||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="winmm.lib"
|
AdditionalDependencies="wsock32.lib winmm.lib"
|
||||||
OutputFile="$(OutDir)/samp-npc.exe"
|
OutputFile="$(OutDir)/samp-npc.exe"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
@ -77,7 +77,7 @@
|
|||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="winmm.lib"
|
AdditionalDependencies="wsock32.lib winmm.lib"
|
||||||
OutputFile="$(OutDir)/samp-npc.exe"
|
OutputFile="$(OutDir)/samp-npc.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
@ -270,12 +270,27 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath="..\raknet\SingleProducerConsumer.h">
|
RelativePath="..\raknet\SingleProducerConsumer.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\raknet\SocketLayer.cpp">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\raknet\SocketLayer.h">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\raknet\TCPInterface.cpp">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\raknet\TCPInterface.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\raknet\TEABlockEncryptor.cpp">
|
RelativePath="..\raknet\TEABlockEncryptor.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\raknet\TEABlockEncryptor.h">
|
RelativePath="..\raknet\TEABlockEncryptor.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\raknet\Types.h">
|
||||||
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="amx"
|
Name="amx"
|
||||||
@ -286,12 +301,30 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath="..\server\amx\amx.h">
|
RelativePath="..\server\amx\amx.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\server\amx\amxcons.c">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\server\amx\amxcore.c">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\server\amx\amxDGram.c">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\server\amx\amxfile.c">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\server\amx\amxfloat.c">
|
RelativePath="..\server\amx\amxfloat.c">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\server\amx\amxstring.c">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\server\amx\amxtime.c">
|
RelativePath="..\server\amx\amxtime.c">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\server\amx\osdefs.h">
|
||||||
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\bot.rc">
|
RelativePath=".\bot.rc">
|
||||||
@ -314,6 +347,9 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath=".\scrcore.cpp">
|
RelativePath=".\scrcore.cpp">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\scrcustom.cpp">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\scrtimers.cpp">
|
RelativePath=".\scrtimers.cpp">
|
||||||
</File>
|
</File>
|
||||||
|
Reference in New Issue
Block a user