1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 20:49:11 +00:00

(svn r7661) -Backport from trunk (r7550):

- [win32] x64 compile fixed.
This commit is contained in:
Darkvater
2006-12-30 22:53:05 +00:00
parent 0264283116
commit bbdbdf3818

View File

@@ -591,6 +591,14 @@
CompileAs="2"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|x64"
>
<Tool
Name="VCCLCompilerTool"
CompileAs="2"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
@@ -599,6 +607,14 @@
CompileAs="2"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|x64"
>
<Tool
Name="VCCLCompilerTool"
CompileAs="2"
/>
</FileConfiguration>
</File>
<File
RelativePath=".\landscape.c"