diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-10-05 10:33:25 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-10-05 10:33:25 +0200 |
commit | c26a5932282b8757c3b60d20b1636971743d0235 (patch) | |
tree | cdd110f0fee3b295fa4de07932c59ff8e95d00f0 /AnvilStats/AnvilStats.vcproj | |
parent | AnvilStats: added a profiling configuration (diff) | |
download | cuberite-c26a5932282b8757c3b60d20b1636971743d0235.tar cuberite-c26a5932282b8757c3b60d20b1636971743d0235.tar.gz cuberite-c26a5932282b8757c3b60d20b1636971743d0235.tar.bz2 cuberite-c26a5932282b8757c3b60d20b1636971743d0235.tar.lz cuberite-c26a5932282b8757c3b60d20b1636971743d0235.tar.xz cuberite-c26a5932282b8757c3b60d20b1636971743d0235.tar.zst cuberite-c26a5932282b8757c3b60d20b1636971743d0235.zip |
Diffstat (limited to '')
-rw-r--r-- | AnvilStats/AnvilStats.vcproj | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/AnvilStats/AnvilStats.vcproj b/AnvilStats/AnvilStats.vcproj index 64fc47f85..168fba012 100644 --- a/AnvilStats/AnvilStats.vcproj +++ b/AnvilStats/AnvilStats.vcproj @@ -356,6 +356,30 @@ <File
RelativePath="..\source\WorldStorage\FastNBT.cpp"
>
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="NBT_RESERVE_SIZE=10000"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="NBT_RESERVE_SIZE=10000"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release profiled|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="NBT_RESERVE_SIZE=10000"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath="..\source\WorldStorage\FastNBT.h"
|