Changed the way releases compile

This commit is contained in:
andreja6
2018-04-19 21:41:03 -07:00
parent 2445d076a1
commit 113115b6df

View File

@@ -73,7 +73,7 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile=".\Debug/G3D_New.exe"
OutputFile="./G3D-Fun-Debug.exe"
LinkIncremental="2"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
@@ -167,7 +167,7 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile=".\Release/G3D_New.exe"
OutputFile="./G3D-Fun.exe"
LinkIncremental="1"
SuppressStartupBanner="true"
ProgramDatabaseFile=".\Release/G3D_New.pdb"