summaryrefslogtreecommitdiff
path: root/openttd_vs80.vcproj
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2006-12-23 01:24:13 +0000
committerrubidium <rubidium@openttd.org>2006-12-23 01:24:13 +0000
commitee51d18f860ee4cbf08d06c245b2cb648c6aec17 (patch)
treed5fb35bcf44296173838aaf73cede267170a7076 /openttd_vs80.vcproj
parentff5023320378604d6286454335887c79251f1734 (diff)
downloadopenttd-ee51d18f860ee4cbf08d06c245b2cb648c6aec17.tar.xz
(svn r7550) -Fix (r7299): compilation of x64 binaries with MSVC 2005, due to not telling that helpers.cpp should be compiled as C++ for x64.
Diffstat (limited to 'openttd_vs80.vcproj')
-rw-r--r--openttd_vs80.vcproj16
1 files changed, 16 insertions, 0 deletions
diff --git a/openttd_vs80.vcproj b/openttd_vs80.vcproj
index 0998558fc..77e91ecff 100644
--- a/openttd_vs80.vcproj
+++ b/openttd_vs80.vcproj
@@ -592,6 +592,14 @@
/>
</FileConfiguration>
<FileConfiguration
+ Name="Release|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ <FileConfiguration
Name="Debug|Win32"
>
<Tool
@@ -599,6 +607,14 @@
CompileAs="2"
/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Debug|x64"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath=".\landscape.c"