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:
parent
e33e9111ab
commit
d24aebe68e
@ -64,7 +64,7 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="ws2_32.lib Psapi.lib"
|
AdditionalDependencies="ws2_32.lib Psapi.lib"
|
||||||
OutputFile="$(ProjectDir)\..\MCServer\$(ProjectName).exe"
|
OutputFile="$(ProjectDir)\..\MCServer\$(ProjectName)_debug.exe"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
SubSystem="1"
|
SubSystem="1"
|
||||||
|
Loading…
Reference in New Issue
Block a user