diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-10-20 21:24:27 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-10-20 21:24:27 +0200 |
commit | 80ad0089571639add53498fc7ced6baaecddff7d (patch) | |
tree | 0565b4269df5296a387ad8c2290587093823621e /VC2008 | |
parent | Removed excessive debug loggin in Floody fluid simulator. (diff) | |
download | cuberite-80ad0089571639add53498fc7ced6baaecddff7d.tar cuberite-80ad0089571639add53498fc7ced6baaecddff7d.tar.gz cuberite-80ad0089571639add53498fc7ced6baaecddff7d.tar.bz2 cuberite-80ad0089571639add53498fc7ced6baaecddff7d.tar.lz cuberite-80ad0089571639add53498fc7ced6baaecddff7d.tar.xz cuberite-80ad0089571639add53498fc7ced6baaecddff7d.tar.zst cuberite-80ad0089571639add53498fc7ced6baaecddff7d.zip |
Diffstat (limited to '')
-rw-r--r-- | VC2008/MCServer.vcproj | 2 | ||||
-rw-r--r-- | VC2008/profile_run.cmd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index 83596b82c..1d95a79e3 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -218,7 +218,7 @@ <Tool
Name="VCLinkerTool"
AdditionalDependencies="ws2_32.lib Psapi.lib"
- OutputFile="$(ProjectDir)\..\MCServer\$(ProjectName).exe"
+ OutputFile="$(ProjectDir)\..\MCServer\$(ProjectName)_profiled.exe"
GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
diff --git a/VC2008/profile_run.cmd b/VC2008/profile_run.cmd index fa34ebd27..3b6a2f99d 100644 --- a/VC2008/profile_run.cmd +++ b/VC2008/profile_run.cmd @@ -10,7 +10,7 @@ set pt="C:\Program Files\Microsoft Visual Studio 9.0\Team Tools\Performance Tools"
set appdir=..\MCServer
-set app=MCServer.exe
+set app=MCServer_profiled.exe
:: outputdir is relative to appdir!
set outputdir=..\Profiling
|