diff options
author | orudge <orudge@openttd.org> | 2005-07-26 19:31:05 +0000 |
---|---|---|
committer | orudge <orudge@openttd.org> | 2005-07-26 19:31:05 +0000 |
commit | 102653eb63b6118ee451e9d00dc6945dac9dc03b (patch) | |
tree | 975ceade5572cc156742334bd6e0002408e21bc2 /openttd.vcproj | |
parent | 31b480d079e733189ca75feea81571624bdb986b (diff) | |
download | openttd-102653eb63b6118ee451e9d00dc6945dac9dc03b.tar.xz |
(svn r2719) - Update MSVC 2003 project (AsterixMG)
Diffstat (limited to 'openttd.vcproj')
-rw-r--r-- | openttd.vcproj | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/openttd.vcproj b/openttd.vcproj index b60a8913a..997054288 100644 --- a/openttd.vcproj +++ b/openttd.vcproj @@ -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" @@ -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" @@ -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" @@ -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> |