diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-02-16 14:42:35 +0100 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-02-16 14:42:35 +0100 |
commit | 423f49d175d8db6283232bd8bdc106e26bdcff4d (patch) | |
tree | 5c5cc58d1061c91d2cb39021853ce72ab59839ae /VC2008 | |
parent | Chunks are properly saved before being unloaded now (diff) | |
download | cuberite-423f49d175d8db6283232bd8bdc106e26bdcff4d.tar cuberite-423f49d175d8db6283232bd8bdc106e26bdcff4d.tar.gz cuberite-423f49d175d8db6283232bd8bdc106e26bdcff4d.tar.bz2 cuberite-423f49d175d8db6283232bd8bdc106e26bdcff4d.tar.lz cuberite-423f49d175d8db6283232bd8bdc106e26bdcff4d.tar.xz cuberite-423f49d175d8db6283232bd8bdc106e26bdcff4d.tar.zst cuberite-423f49d175d8db6283232bd8bdc106e26bdcff4d.zip |
Diffstat (limited to 'VC2008')
-rw-r--r-- | VC2008/MCServer.vcproj | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index 198ddb3d6..504ffc9ae 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -48,7 +48,7 @@ RuntimeLibrary="3"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="Globals.h"
- WarningLevel="3"
+ WarningLevel="4"
DebugInformationFormat="4"
/>
<Tool
@@ -536,6 +536,7 @@ <Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
+ WarningLevel="3"
/>
</FileConfiguration>
<FileConfiguration
@@ -585,6 +586,7 @@ <Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
+ WarningLevel="3"
/>
</FileConfiguration>
<FileConfiguration
@@ -602,6 +604,14 @@ >
</File>
<File
+ RelativePath="..\source\StringCompression.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\source\StringCompression.h"
+ >
+ </File>
+ <File
RelativePath="..\source\StringUtils.cpp"
>
</File>
|