diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-03-23 20:14:13 +0100 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-03-23 20:14:13 +0100 |
commit | 2a9fb624ce7cb936a49318191536e4423d0d947a (patch) | |
tree | 51df63c7c2a6d1ab7d9f9b2cd84ade7d7e094fab /MemDumpAnalysis/MemDumpAnalysis.vcproj | |
parent | Added auto-kill-with-dump to LeakFinder if the allocated memory grows over 1 GiB. (diff) | |
download | cuberite-2a9fb624ce7cb936a49318191536e4423d0d947a.tar cuberite-2a9fb624ce7cb936a49318191536e4423d0d947a.tar.gz cuberite-2a9fb624ce7cb936a49318191536e4423d0d947a.tar.bz2 cuberite-2a9fb624ce7cb936a49318191536e4423d0d947a.tar.lz cuberite-2a9fb624ce7cb936a49318191536e4423d0d947a.tar.xz cuberite-2a9fb624ce7cb936a49318191536e4423d0d947a.tar.zst cuberite-2a9fb624ce7cb936a49318191536e4423d0d947a.zip |
Diffstat (limited to 'MemDumpAnalysis/MemDumpAnalysis.vcproj')
-rw-r--r-- | MemDumpAnalysis/MemDumpAnalysis.vcproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MemDumpAnalysis/MemDumpAnalysis.vcproj b/MemDumpAnalysis/MemDumpAnalysis.vcproj index 60e7532c5..4a231dbb4 100644 --- a/MemDumpAnalysis/MemDumpAnalysis.vcproj +++ b/MemDumpAnalysis/MemDumpAnalysis.vcproj @@ -61,6 +61,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(ProjectDir)\..\MCServer\$(ProjectName)_debug.exe"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"
@@ -134,6 +135,7 @@ />
<Tool
Name="VCLinkerTool"
+ OutputFile="$(ProjectDir)\..\MCServer\$(ProjectName).exe"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
|