Skip to content

Commit

Permalink
(svn r2709) - Update VC 2003 project file (AsterixMG)
Browse files Browse the repository at this point in the history
  • Loading branch information
orudge committed Jul 25, 2005
1 parent 28a2ed0 commit f60b122
Showing 1 changed file with 144 additions and 9 deletions.
153 changes: 144 additions & 9 deletions openttd.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,44 @@
<File
RelativePath=".\dedicated.c">
</File>
<File
RelativePath=".\video\dedicated_v.c">
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
PrecompiledHeaderThrough="../stdafx.h"
PrecompiledHeaderFile=".\Release/openttd2.pch"/>
</FileConfiguration>
</File>
<File
RelativePath=".\depot.c">
</File>
<File
RelativePath=".\music\dmusic.c">
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
PrecompiledHeaderThrough="../stdafx.h"
PrecompiledHeaderFile=".\Release/openttd2.pch"/>
</FileConfiguration>
</File>
<File
RelativePath=".\music\dmusic2.cpp">
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
PrecompiledHeaderThrough=""
PrecompiledHeaderFile=""
CompileAs="2"/>
</FileConfiguration>
</File>
<File
RelativePath=".\driver.c">
</File>
<File
RelativePath="economy.c">
</File>
Expand Down Expand Up @@ -257,6 +292,36 @@
<File
RelativePath=".\npf.c">
</File>
<File
RelativePath=".\music\null_m.c">
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
PrecompiledHeaderThrough="../stdafx.h"
PrecompiledHeaderFile=".\Release/openttd2.pch"/>
</FileConfiguration>
</File>
<File
RelativePath=".\sound\null_s.c">
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
PrecompiledHeaderThrough="../stdafx.h"
PrecompiledHeaderFile=".\Release/openttd2.pch"/>
</FileConfiguration>
</File>
<File
RelativePath=".\video\null_v.c">
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
PrecompiledHeaderThrough="../stdafx.h"
PrecompiledHeaderFile=".\Release/openttd2.pch"/>
</FileConfiguration>
</File>
<File
RelativePath="oldloader.c">
</File>
Expand Down Expand Up @@ -293,6 +358,26 @@
<File
RelativePath="sdl.c">
</File>
<File
RelativePath=".\sound\sdl_s.c">
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
PrecompiledHeaderThrough="../stdafx.h"
PrecompiledHeaderFile=".\Release/openttd2.pch"/>
</FileConfiguration>
</File>
<File
RelativePath=".\video\sdl_v.c">
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
PrecompiledHeaderThrough="../stdafx.h"
PrecompiledHeaderFile=".\Release/openttd2.pch"/>
</FileConfiguration>
</File>
<File
RelativePath=".\settings.c">
</File>
Expand Down Expand Up @@ -330,26 +415,43 @@
RelativePath="viewport.c">
</File>
<File
RelativePath=".\w32dm.c">
RelativePath=".\waypoint.c">
</File>
<File
RelativePath="widget.c">
</File>
<File
RelativePath="win32.c">
</File>
<File
RelativePath=".\w32dm2.cpp">
RelativePath=".\music\win32_m.c">
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
CompileAs="2"/>
PrecompiledHeaderThrough="../stdafx.h"
PrecompiledHeaderFile=".\Release/openttd2.pch"/>
</FileConfiguration>
</File>
<File
RelativePath=".\waypoint.c">
</File>
<File
RelativePath="widget.c">
RelativePath=".\sound\win32_s.c">
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
PrecompiledHeaderThrough="../stdafx.h"
PrecompiledHeaderFile=".\Release/openttd2.pch"/>
</FileConfiguration>
</File>
<File
RelativePath="win32.c">
RelativePath=".\video\win32_v.c">
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
PrecompiledHeaderThrough="../stdafx.h"
PrecompiledHeaderFile=".\Release/openttd2.pch"/>
</FileConfiguration>
</File>
<File
RelativePath="window.c">
Expand All @@ -376,9 +478,18 @@
<File
RelativePath="debug.h">
</File>
<File
RelativePath=".\video\dedicated_v.h">
</File>
<File
RelativePath="depot.h">
</File>
<File
RelativePath=".\music\dmusic.h">
</File>
<File
RelativePath=".\driver.h">
</File>
<File
RelativePath="economy.h">
</File>
Expand Down Expand Up @@ -445,6 +556,15 @@
<File
RelativePath=".\npf.h">
</File>
<File
RelativePath=".\music\null_m.h">
</File>
<File
RelativePath=".\sound\null_s.h">
</File>
<File
RelativePath=".\video\null_v.h">
</File>
<File
RelativePath="openttd.h">
</File>
Expand Down Expand Up @@ -472,6 +592,12 @@
<File
RelativePath=".\screenshot.h">
</File>
<File
RelativePath=".\sound\sdl_s.h">
</File>
<File
RelativePath=".\video\sdl_v.h">
</File>
<File
RelativePath=".\signs.h">
</File>
Expand Down Expand Up @@ -511,6 +637,15 @@
<File
RelativePath="waypoint.h">
</File>
<File
RelativePath=".\music\win32_m.h">
</File>
<File
RelativePath=".\sound\win32_s.h">
</File>
<File
RelativePath=".\video\win32_v.h">
</File>
<File
RelativePath="window.h">
</File>
Expand Down

0 comments on commit f60b122

Please sign in to comment.