(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.
authorrubidium
Sat, 23 Dec 2006 01:24:13 +0000
changeset 5365 5ca463a1da42
parent 5364 5ace629d7ed6
child 5366 e469c6d36582
(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
--- a/openttd_vs80.vcproj	Fri Dec 22 23:54:51 2006 +0000
+++ b/openttd_vs80.vcproj	Sat Dec 23 01:24:13 2006 +0000
@@ -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"