From ee51d18f860ee4cbf08d06c245b2cb648c6aec17 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 23 Dec 2006 01:24:13 +0000 Subject: [PATCH] (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. --- openttd_vs80.vcproj | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/openttd_vs80.vcproj b/openttd_vs80.vcproj index 0998558fc1..77e91ecffe 100644 --- a/openttd_vs80.vcproj +++ b/openttd_vs80.vcproj @@ -591,6 +591,14 @@ CompileAs="2" /> + + + @@ -599,6 +607,14 @@ CompileAs="2" /> + + +