1
0

Profiled build has a different filename

git-svn-id: http://mc-server.googlecode.com/svn/trunk@988 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com 2012-10-20 19:24:27 +00:00
parent b08c1c7726
commit 80ad008957
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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