Skip to content

Commit

Permalink
(svn r2719) - Update MSVC 2003 project (AsterixMG)
Browse files Browse the repository at this point in the history
  • Loading branch information
orudge committed Jul 26, 2005
1 parent 31b480d commit 102653e
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions openttd.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="winmm.lib ws2_32.lib libpng.lib zlibstat.lib"
AdditionalDependencies="winmm.lib ws2_32.lib libpng.lib zlibstat.lib dxguid.lib"
OutputFile=".\Release/openttd.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
Expand Down Expand Up @@ -101,7 +101,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;WITH_ZLIB;WITH_PNG;ENABLE_NETWORK"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;WIN32_ENABLE_DIRECTMUSIC_SUPPORT;WITH_ZLIB;WITH_PNG;ENABLE_NETWORK"
BasicRuntimeChecks="3"
RuntimeLibrary="5"
UsePrecompiledHeader="2"
Expand All @@ -121,7 +121,7 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="winmm.lib ws2_32.lib libpng.lib zlibstat.lib"
AdditionalDependencies="winmm.lib ws2_32.lib libpng.lib zlibstat.lib dxguid.lib"
OutputFile=".\Debug/openttd.exe"
LinkIncremental="0"
SuppressStartupBanner="TRUE"
Expand Down Expand Up @@ -202,24 +202,20 @@
RelativePath=".\depot.c">
</File>
<File
RelativePath=".\music\dmusic.c">
RelativePath=".\music\dmusic.cpp">
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
PrecompiledHeaderThrough="../stdafx.h"
PrecompiledHeaderFile=".\Release/openttd2.pch"/>
UsePrecompiledHeader="0"
PrecompiledHeaderThrough=""
PrecompiledHeaderFile=""
CompileAs="2"/>
</FileConfiguration>
</File>
<File
RelativePath=".\music\dmusic2.cpp">
<FileConfiguration
Name="Release|Win32">
Name="Debug|Win32">
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
PrecompiledHeaderThrough=""
PrecompiledHeaderFile=""
CompileAs="2"/>
</FileConfiguration>
</File>
Expand Down

0 comments on commit 102653e

Please sign in to comment.