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:
parent
b08c1c7726
commit
80ad008957
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user