diff options
author | rubidium <rubidium@openttd.org> | 2006-12-23 01:24:13 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2006-12-23 01:24:13 +0000 |
commit | ee51d18f860ee4cbf08d06c245b2cb648c6aec17 (patch) | |
tree | d5fb35bcf44296173838aaf73cede267170a7076 | |
parent | ff5023320378604d6286454335887c79251f1734 (diff) | |
download | openttd-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.
-rw-r--r-- | openttd_vs80.vcproj | 16 |
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" |