diff options
author | KUDr <kudr@openttd.org> | 2006-05-27 16:12:16 +0000 |
---|---|---|
committer | KUDr <kudr@openttd.org> | 2006-05-27 16:12:16 +0000 |
commit | 5e73dce0e71791b87e5b096a890578eefcc26639 (patch) | |
tree | e4580db6e03032a997fce1392929b7190dc3b03d /openttd.vcproj | |
parent | 3d01010440440cfbffd1e5d3b0cf1f23f0503a76 (diff) | |
download | openttd-5e73dce0e71791b87e5b096a890578eefcc26639.tar.xz |
(svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
Diffstat (limited to 'openttd.vcproj')
-rw-r--r-- | openttd.vcproj | 157 |
1 files changed, 154 insertions, 3 deletions
diff --git a/openttd.vcproj b/openttd.vcproj index 4e390dd76..37afbc289 100644 --- a/openttd.vcproj +++ b/openttd.vcproj @@ -30,7 +30,7 @@ OptimizeForProcessor="1" PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;WIN32_EXCEPTION_TRACKER;WIN32_ENABLE_DIRECTMUSIC_SUPPORT;WITH_ZLIB;WITH_PNG;ENABLE_NETWORK" StringPooling="TRUE" - ExceptionHandling="FALSE" + ExceptionHandling="TRUE" RuntimeLibrary="0" StructMemberAlignment="3" BufferSecurityCheck="FALSE" @@ -58,7 +58,7 @@ OutputFile=".\Release/openttd.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="LIBC.lib" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\Release/openttd.pdb" SubSystem="2" @@ -125,7 +125,7 @@ OutputFile=".\Debug/openttd.exe" LinkIncremental="0" SuppressStartupBanner="TRUE" - IgnoreDefaultLibraryNames="libc.lib" + IgnoreDefaultLibraryNames="LIBC.lib" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\Debug/openttd.pdb" SubSystem="2" @@ -572,6 +572,9 @@ RelativePath=".\signs.h"> </File> <File + RelativePath=".\slope.h"> + </File> + <File RelativePath=".\sound.h"> </File> <File @@ -938,6 +941,154 @@ RelativePath=".\water_map.h"> </File> </Filter> + <Filter + Name="yapf" + Filter=""> + <File + RelativePath=".\yapf\array.hpp"> + </File> + <File + RelativePath=".\yapf\autocopyptr.hpp"> + </File> + <File + RelativePath=".\yapf\binaryheap.hpp"> + </File> + <File + RelativePath=".\yapf\blob.hpp"> + </File> + <File + RelativePath=".\yapf\countedptr.hpp"> + </File> + <File + RelativePath=".\yapf\crc32.hpp"> + </File> + <File + RelativePath=".\yapf\fixedsizearray.hpp"> + </File> + <File + RelativePath=".\yapf\follow_track.cpp"> + <FileConfiguration + Name="Release|Win32"> + <Tool + Name="VCCLCompilerTool" + CompileAs="2"/> + </FileConfiguration> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCLCompilerTool" + CompileAs="2"/> + </FileConfiguration> + </File> + <File + RelativePath=".\yapf\follow_track.hpp"> + </File> + <File + RelativePath=".\yapf\hashtable.hpp"> + </File> + <File + RelativePath=".\yapf\nodelist.hpp"> + </File> + <File + RelativePath=".\yapf\track_dir.hpp"> + </File> + <File + RelativePath=".\yapf\yapf.h"> + </File> + <File + RelativePath=".\yapf\yapf.hpp"> + </File> + <File + RelativePath=".\yapf\yapf_base.hpp"> + </File> + <File + RelativePath=".\yapf\yapf_common.cpp"> + <FileConfiguration + Name="Release|Win32"> + <Tool + Name="VCCLCompilerTool" + CompileAs="2"/> + </FileConfiguration> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCLCompilerTool" + CompileAs="2"/> + </FileConfiguration> + </File> + <File + RelativePath=".\yapf\yapf_common.hpp"> + </File> + <File + RelativePath=".\yapf\yapf_costbase.hpp"> + </File> + <File + RelativePath=".\yapf\yapf_costcache.hpp"> + </File> + <File + RelativePath=".\yapf\yapf_costrail.hpp"> + </File> + <File + RelativePath=".\yapf\yapf_destrail.hpp"> + </File> + <File + RelativePath=".\yapf\yapf_node.hpp"> + </File> + <File + RelativePath=".\yapf\yapf_node_rail.hpp"> + </File> + <File + RelativePath=".\yapf\yapf_node_road.hpp"> + </File> + <File + RelativePath=".\yapf\yapf_rail.cpp"> + <FileConfiguration + Name="Release|Win32"> + <Tool + Name="VCCLCompilerTool" + CompileAs="2"/> + </FileConfiguration> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCLCompilerTool" + CompileAs="2"/> + </FileConfiguration> + </File> + <File + RelativePath=".\yapf\yapf_road.cpp"> + <FileConfiguration + Name="Release|Win32"> + <Tool + Name="VCCLCompilerTool" + CompileAs="2"/> + </FileConfiguration> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCLCompilerTool" + CompileAs="2"/> + </FileConfiguration> + </File> + <File + RelativePath=".\yapf\yapf_settings.h"> + </File> + <File + RelativePath=".\yapf\yapf_ship.cpp"> + <FileConfiguration + Name="Release|Win32"> + <Tool + Name="VCCLCompilerTool" + CompileAs="2"/> + </FileConfiguration> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCLCompilerTool" + CompileAs="2"/> + </FileConfiguration> + </File> + </Filter> <File RelativePath=".\mainicon.ico"> </File> |