Changed the way releases compile
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user