1
0
Fork 0

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

- [win32] x64 compile fixed.
release/0.5
Darkvater 2006-12-30 22:53:05 +00:00
parent 0264283116
commit bbdbdf3818
1 changed files with 16 additions and 0 deletions

View File

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