diff options
-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
|