1
0
Fork 0

Fixed RCONClient after foldermove.

This commit is contained in:
madmaxoft 2013-11-28 13:55:28 +01:00
parent cfd9a29046
commit c90f021ed4
1 changed files with 18 additions and 18 deletions

View File

@ -41,7 +41,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="../../source"
AdditionalIncludeDirectories="../../src"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="true"
BasicRuntimeChecks="3"
@ -116,7 +116,7 @@
Name="VCCLCompilerTool"
Optimization="2"
EnableIntrinsicFunctions="true"
AdditionalIncludeDirectories="../../source"
AdditionalIncludeDirectories="../../src"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
@ -206,70 +206,70 @@
Name="shared"
>
<File
RelativePath="..\..\source\ByteBuffer.cpp"
RelativePath="..\..\src\ByteBuffer.cpp"
>
</File>
<File
RelativePath="..\..\source\ByteBuffer.h"
RelativePath="..\..\src\ByteBuffer.h"
>
</File>
<File
RelativePath="..\..\source\Log.cpp"
RelativePath="..\..\src\Log.cpp"
>
</File>
<File
RelativePath="..\..\source\Log.h"
RelativePath="..\..\src\Log.h"
>
</File>
<File
RelativePath="..\..\source\MCLogger.cpp"
RelativePath="..\..\src\MCLogger.cpp"
>
</File>
<File
RelativePath="..\..\source\MCLogger.h"
RelativePath="..\..\src\MCLogger.h"
>
</File>
<File
RelativePath="..\..\source\StringUtils.cpp"
RelativePath="..\..\src\StringUtils.cpp"
>
</File>
<File
RelativePath="..\..\source\StringUtils.h"
RelativePath="..\..\src\StringUtils.h"
>
</File>
<Filter
Name="OSSupport"
>
<File
RelativePath="..\..\source\OSSupport\CriticalSection.cpp"
RelativePath="..\..\src\OSSupport\CriticalSection.cpp"
>
</File>
<File
RelativePath="..\..\source\OSSupport\CriticalSection.h"
RelativePath="..\..\src\OSSupport\CriticalSection.h"
>
</File>
<File
RelativePath="..\..\source\OSSupport\File.cpp"
RelativePath="..\..\src\OSSupport\File.cpp"
>
</File>
<File
RelativePath="..\..\source\OSSupport\File.h"
RelativePath="..\..\src\OSSupport\File.h"
>
</File>
<File
RelativePath="..\..\source\OSSupport\IsThread.cpp"
RelativePath="..\..\src\OSSupport\IsThread.cpp"
>
</File>
<File
RelativePath="..\..\source\OSSupport\IsThread.h"
RelativePath="..\..\src\OSSupport\IsThread.h"
>
</File>
<File
RelativePath="..\..\source\OSSupport\Socket.cpp"
RelativePath="..\..\src\OSSupport\Socket.cpp"
>
</File>
<File
RelativePath="..\..\source\OSSupport\Socket.h"
RelativePath="..\..\src\OSSupport\Socket.h"
>
</File>
</Filter>