(svn r33) -Executeable is now openttd(.exe) always

-Resourcefile has been updated to 0.3.3.0
This commit is contained in:
darkvater
2004-08-12 22:06:56 +00:00
parent d3be7f2de7
commit b70e5a30c1
4 changed files with 12 additions and 10 deletions

View File

@@ -52,7 +52,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="winmm.lib"
OutputFile=".\Release/ttd.exe"
OutputFile=".\Release/openttd.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
ProgramDatabaseFile=".\Release/ttd.pdb"
@@ -125,7 +125,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="winmm.lib"
OutputFile=".\Checked/ttd.exe"
OutputFile=".\Checked/openttd.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
@@ -189,7 +189,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="winmm.lib ws2_32.lib"
OutputFile=".\Debug/ttd.exe"
OutputFile=".\Debug/openttd.exe"
LinkIncremental="0"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"