Changeset - r20575:b1d43f7d9e0d
[Not reviewed]
master
0 5 0
michi_cc - 11 years ago 2013-07-14 19:13:12
michi_cc@openttd.org
(svn r25611) -Fix (r25608): Update project files.
5 files changed with 13 insertions and 0 deletions:
0 comments (0 inline, 0 general)
projects/openttd_vs100.vcxproj
Show inline comments
 
@@ -1235,6 +1235,7 @@
 
    <ClCompile Include="..\src\pathfinder\yapf\yapf_rail.cpp" />
 
    <ClCompile Include="..\src\pathfinder\yapf\yapf_road.cpp" />
 
    <ClCompile Include="..\src\pathfinder\yapf\yapf_ship.cpp" />
 
    <ClInclude Include="..\src\pathfinder\yapf\yapf_type.hpp" />
 
    <ClCompile Include="..\src\video\dedicated_v.cpp" />
 
    <ClCompile Include="..\src\video\null_v.cpp" />
 
    <ClCompile Include="..\src\video\sdl_v.cpp" />
projects/openttd_vs100.vcxproj.filters
Show inline comments
 
@@ -2934,6 +2934,9 @@
 
    <ClCompile Include="..\src\pathfinder\yapf\yapf_ship.cpp">
 
      <Filter>YAPF</Filter>
 
    </ClCompile>
 
    <ClInclude Include="..\src\pathfinder\yapf\yapf_type.hpp">
 
      <Filter>YAPF</Filter>
 
    </ClInclude>
 
    <ClCompile Include="..\src\video\dedicated_v.cpp">
 
      <Filter>Video</Filter>
 
    </ClCompile>
projects/openttd_vs80.vcproj
Show inline comments
 
@@ -4318,6 +4318,10 @@
 
				RelativePath=".\..\src\pathfinder\yapf\yapf_ship.cpp"
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\pathfinder\yapf\yapf_type.hpp"
 
				>
 
			</File>
 
		</Filter>
 
		<Filter
 
			Name="Video"
projects/openttd_vs90.vcproj
Show inline comments
 
@@ -4315,6 +4315,10 @@
 
				RelativePath=".\..\src\pathfinder\yapf\yapf_ship.cpp"
 
				>
 
			</File>
 
			<File
 
				RelativePath=".\..\src\pathfinder\yapf\yapf_type.hpp"
 
				>
 
			</File>
 
		</Filter>
 
		<Filter
 
			Name="Video"
source.list
Show inline comments
 
@@ -1038,6 +1038,7 @@ pathfinder/yapf/yapf_node_ship.hpp
 
pathfinder/yapf/yapf_rail.cpp
 
pathfinder/yapf/yapf_road.cpp
 
pathfinder/yapf/yapf_ship.cpp
 
pathfinder/yapf/yapf_type.hpp
 

	
 
# Video
 
video/dedicated_v.cpp
0 comments (0 inline, 0 general)