1
0

Debug filename has a "_debug" appended to it, so that it's different from the release version.

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1009 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com 2012-10-25 19:07:44 +00:00
parent e33e9111ab
commit d24aebe68e

View File

@ -64,7 +64,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="ws2_32.lib Psapi.lib"
OutputFile="$(ProjectDir)\..\MCServer\$(ProjectName).exe"
OutputFile="$(ProjectDir)\..\MCServer\$(ProjectName)_debug.exe"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"