mirror of https://github.com/OpenTTD/OpenTTD
(svn r2709) - Update VC 2003 project file (AsterixMG)
parent
28a2ed0a2c
commit
f60b122a68
161
openttd.vcproj
161
openttd.vcproj
|
@ -188,9 +188,44 @@
|
||||||
<File
|
<File
|
||||||
RelativePath=".\dedicated.c">
|
RelativePath=".\dedicated.c">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\video\dedicated_v.c">
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|Win32">
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
PrecompiledHeaderThrough="../stdafx.h"
|
||||||
|
PrecompiledHeaderFile=".\Release/openttd2.pch"/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\depot.c">
|
RelativePath=".\depot.c">
|
||||||
</File>
|
</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
|
<File
|
||||||
RelativePath="economy.c">
|
RelativePath="economy.c">
|
||||||
</File>
|
</File>
|
||||||
|
@ -257,6 +292,36 @@
|
||||||
<File
|
<File
|
||||||
RelativePath=".\npf.c">
|
RelativePath=".\npf.c">
|
||||||
</File>
|
</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
|
<File
|
||||||
RelativePath="oldloader.c">
|
RelativePath="oldloader.c">
|
||||||
</File>
|
</File>
|
||||||
|
@ -293,6 +358,26 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="sdl.c">
|
RelativePath="sdl.c">
|
||||||
</File>
|
</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
|
<File
|
||||||
RelativePath=".\settings.c">
|
RelativePath=".\settings.c">
|
||||||
</File>
|
</File>
|
||||||
|
@ -329,19 +414,6 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="viewport.c">
|
RelativePath="viewport.c">
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath=".\w32dm.c">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\w32dm2.cpp">
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Release|Win32">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
UsePrecompiledHeader="0"
|
|
||||||
CompileAs="2"/>
|
|
||||||
</FileConfiguration>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath=".\waypoint.c">
|
RelativePath=".\waypoint.c">
|
||||||
</File>
|
</File>
|
||||||
|
@ -351,6 +423,36 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="win32.c">
|
RelativePath="win32.c">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\music\win32_m.c">
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|Win32">
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
PrecompiledHeaderThrough="../stdafx.h"
|
||||||
|
PrecompiledHeaderFile=".\Release/openttd2.pch"/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\sound\win32_s.c">
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|Win32">
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
PrecompiledHeaderThrough="../stdafx.h"
|
||||||
|
PrecompiledHeaderFile=".\Release/openttd2.pch"/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\video\win32_v.c">
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|Win32">
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
PrecompiledHeaderThrough="../stdafx.h"
|
||||||
|
PrecompiledHeaderFile=".\Release/openttd2.pch"/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="window.c">
|
RelativePath="window.c">
|
||||||
</File>
|
</File>
|
||||||
|
@ -376,9 +478,18 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="debug.h">
|
RelativePath="debug.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\video\dedicated_v.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="depot.h">
|
RelativePath="depot.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\music\dmusic.h">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\driver.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="economy.h">
|
RelativePath="economy.h">
|
||||||
</File>
|
</File>
|
||||||
|
@ -445,6 +556,15 @@
|
||||||
<File
|
<File
|
||||||
RelativePath=".\npf.h">
|
RelativePath=".\npf.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\music\null_m.h">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\sound\null_s.h">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\video\null_v.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="openttd.h">
|
RelativePath="openttd.h">
|
||||||
</File>
|
</File>
|
||||||
|
@ -472,6 +592,12 @@
|
||||||
<File
|
<File
|
||||||
RelativePath=".\screenshot.h">
|
RelativePath=".\screenshot.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\sound\sdl_s.h">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\video\sdl_v.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\signs.h">
|
RelativePath=".\signs.h">
|
||||||
</File>
|
</File>
|
||||||
|
@ -511,6 +637,15 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="waypoint.h">
|
RelativePath="waypoint.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\music\win32_m.h">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\sound\win32_s.h">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\video\win32_v.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="window.h">
|
RelativePath="window.h">
|
||||||
</File>
|
</File>
|
||||||
|
|
Loading…
Reference in New Issue