diff options
Diffstat (limited to '')
-rw-r--r-- | VC2008/profile_run.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
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
|