summaryrefslogtreecommitdiff
path: root/ttd.vcproj
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-08-12 22:06:56 +0000
committerdarkvater <darkvater@openttd.org>2004-08-12 22:06:56 +0000
commitb70e5a30c14f7d540bb1c5982c27b8ccbf22d909 (patch)
tree6d7ecf574f5af087fb151fab50d34af9343329d2 /ttd.vcproj
parentd3be7f2de7a84d93ab9c03545e90cf530d11f166 (diff)
downloadopenttd-b70e5a30c14f7d540bb1c5982c27b8ccbf22d909.tar.xz
(svn r33) -Executeable is now openttd(.exe) always
-Resourcefile has been updated to 0.3.3.0
Diffstat (limited to 'ttd.vcproj')
-rw-r--r--ttd.vcproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/ttd.vcproj b/ttd.vcproj
index eb1c91f60..9cf9f7983 100644
--- a/ttd.vcproj
+++ b/ttd.vcproj
@@ -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"