openttd.vcproj
changeset 2203 18029376f58b
parent 2194 23b3c818a2ed
child 2286 733dbf6b4545
equal deleted inserted replaced
2202:c1ad4a86798b 2203:18029376f58b
    52 				CompileAs="1"/>
    52 				CompileAs="1"/>
    53 			<Tool
    53 			<Tool
    54 				Name="VCCustomBuildTool"/>
    54 				Name="VCCustomBuildTool"/>
    55 			<Tool
    55 			<Tool
    56 				Name="VCLinkerTool"
    56 				Name="VCLinkerTool"
    57 				AdditionalDependencies="winmm.lib ws2_32.lib libpng.lib zlibstat.lib"
    57 				AdditionalDependencies="winmm.lib ws2_32.lib libpng.lib zlibstat.lib dxguid.lib"
    58 				OutputFile=".\Release/openttd.exe"
    58 				OutputFile=".\Release/openttd.exe"
    59 				LinkIncremental="1"
    59 				LinkIncremental="1"
    60 				SuppressStartupBanner="TRUE"
    60 				SuppressStartupBanner="TRUE"
    61 				ProgramDatabaseFile=".\Release/openttd.pdb"
    61 				ProgramDatabaseFile=".\Release/openttd.pdb"
    62 				GenerateMapFile="TRUE"
    62 				GenerateMapFile="TRUE"
    99 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
    99 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
   100 			CharacterSet="2">
   100 			CharacterSet="2">
   101 			<Tool
   101 			<Tool
   102 				Name="VCCLCompilerTool"
   102 				Name="VCCLCompilerTool"
   103 				Optimization="0"
   103 				Optimization="0"
   104 				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;WITH_ZLIB;WITH_PNG;ENABLE_NETWORK"
   104 				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;WIN32_ENABLE_DIRECTMUSIC_SUPPORT;WITH_ZLIB;WITH_PNG;ENABLE_NETWORK"
   105 				BasicRuntimeChecks="3"
   105 				BasicRuntimeChecks="3"
   106 				RuntimeLibrary="5"
   106 				RuntimeLibrary="5"
   107 				UsePrecompiledHeader="2"
   107 				UsePrecompiledHeader="2"
   108 				PrecompiledHeaderThrough="stdafx.h"
   108 				PrecompiledHeaderThrough="stdafx.h"
   109 				PrecompiledHeaderFile=".\Debug/openttd.pch"
   109 				PrecompiledHeaderFile=".\Debug/openttd.pch"
   119 				CompileAs="1"/>
   119 				CompileAs="1"/>
   120 			<Tool
   120 			<Tool
   121 				Name="VCCustomBuildTool"/>
   121 				Name="VCCustomBuildTool"/>
   122 			<Tool
   122 			<Tool
   123 				Name="VCLinkerTool"
   123 				Name="VCLinkerTool"
   124 				AdditionalDependencies="winmm.lib ws2_32.lib libpng.lib zlibstat.lib"
   124 				AdditionalDependencies="winmm.lib ws2_32.lib libpng.lib zlibstat.lib dxguid.lib"
   125 				OutputFile=".\Debug/openttd.exe"
   125 				OutputFile=".\Debug/openttd.exe"
   126 				LinkIncremental="0"
   126 				LinkIncremental="0"
   127 				SuppressStartupBanner="TRUE"
   127 				SuppressStartupBanner="TRUE"
   128 				GenerateDebugInformation="TRUE"
   128 				GenerateDebugInformation="TRUE"
   129 				ProgramDatabaseFile=".\Debug/openttd.pdb"
   129 				ProgramDatabaseFile=".\Debug/openttd.pdb"
   200 			</File>
   200 			</File>
   201 			<File
   201 			<File
   202 				RelativePath=".\depot.c">
   202 				RelativePath=".\depot.c">
   203 			</File>
   203 			</File>
   204 			<File
   204 			<File
   205 				RelativePath=".\music\dmusic.c">
   205 				RelativePath=".\music\dmusic.cpp">
   206 				<FileConfiguration
       
   207 					Name="Release|Win32">
       
   208 					<Tool
       
   209 						Name="VCCLCompilerTool"
       
   210 						PrecompiledHeaderThrough="../stdafx.h"
       
   211 						PrecompiledHeaderFile=".\Release/openttd2.pch"/>
       
   212 				</FileConfiguration>
       
   213 			</File>
       
   214 			<File
       
   215 				RelativePath=".\music\dmusic2.cpp">
       
   216 				<FileConfiguration
   206 				<FileConfiguration
   217 					Name="Release|Win32">
   207 					Name="Release|Win32">
   218 					<Tool
   208 					<Tool
   219 						Name="VCCLCompilerTool"
   209 						Name="VCCLCompilerTool"
   220 						UsePrecompiledHeader="0"
   210 						UsePrecompiledHeader="0"
   221 						PrecompiledHeaderThrough=""
   211 						PrecompiledHeaderThrough=""
   222 						PrecompiledHeaderFile=""
   212 						PrecompiledHeaderFile=""
       
   213 						CompileAs="2"/>
       
   214 				</FileConfiguration>
       
   215 				<FileConfiguration
       
   216 					Name="Debug|Win32">
       
   217 					<Tool
       
   218 						Name="VCCLCompilerTool"
   223 						CompileAs="2"/>
   219 						CompileAs="2"/>
   224 				</FileConfiguration>
   220 				</FileConfiguration>
   225 			</File>
   221 			</File>
   226 			<File
   222 			<File
   227 				RelativePath=".\driver.c">
   223 				RelativePath=".\driver.c">