mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r8099) -Fix (r8092): source.list updated to reflect move of header files (thanks stillunknown). vcproj files updated too (thanks glx)
This commit is contained in:
parent
d9fc6134d3
commit
0108e5f85c
@ -1000,38 +1000,42 @@
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="YAPF"
|
||||
Name="Misc"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath=".\..\src\yapf\array.hpp">
|
||||
RelativePath=".\..\src\misc\array.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\yapf\autocopyptr.hpp">
|
||||
RelativePath=".\..\src\misc\autocopyptr.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\yapf\binaryheap.hpp">
|
||||
RelativePath=".\..\src\misc\binaryheap.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\yapf\blob.hpp">
|
||||
RelativePath=".\..\src\misc\blob.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\yapf\countedptr.hpp">
|
||||
RelativePath=".\..\src\misc\countedptr.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\yapf\crc32.hpp">
|
||||
RelativePath=".\..\src\misc\crc32.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\yapf\fixedsizearray.hpp">
|
||||
RelativePath=".\..\src\misc\fixedsizearray.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\misc\hashtable.hpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="YAPF"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath=".\..\src\yapf\follow_track.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\yapf\follow_track.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\yapf\hashtable.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\yapf\nodelist.hpp">
|
||||
</File>
|
||||
|
@ -1283,38 +1283,42 @@
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="YAPF"
|
||||
Name="Misc"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath=".\..\src\yapf\array.hpp">
|
||||
RelativePath=".\..\src\misc\array.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\yapf\autocopyptr.hpp">
|
||||
RelativePath=".\..\src\misc\autocopyptr.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\yapf\binaryheap.hpp">
|
||||
RelativePath=".\..\src\misc\binaryheap.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\yapf\blob.hpp">
|
||||
RelativePath=".\..\src\misc\blob.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\yapf\countedptr.hpp">
|
||||
RelativePath=".\..\src\misc\countedptr.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\yapf\crc32.hpp">
|
||||
RelativePath=".\..\src\misc\crc32.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\yapf\fixedsizearray.hpp">
|
||||
RelativePath=".\..\src\misc\fixedsizearray.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\misc\hashtable.hpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="YAPF"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath=".\..\src\yapf\follow_track.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\yapf\follow_track.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\yapf\hashtable.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\yapf\nodelist.hpp">
|
||||
</File>
|
||||
|
18
source.list
18
source.list
@ -298,17 +298,19 @@ unmovable_map.h
|
||||
void_map.h
|
||||
water_map.h
|
||||
|
||||
# Misc
|
||||
misc/array.hpp
|
||||
misc/autocopyptr.hpp
|
||||
misc/binaryheap.hpp
|
||||
misc/blob.hpp
|
||||
misc/countedptr.hpp
|
||||
misc/crc32.hpp
|
||||
misc/fixedsizearray.hpp
|
||||
misc/hashtable.hpp
|
||||
|
||||
# YAPF
|
||||
yapf/array.hpp
|
||||
yapf/autocopyptr.hpp
|
||||
yapf/binaryheap.hpp
|
||||
yapf/blob.hpp
|
||||
yapf/countedptr.hpp
|
||||
yapf/crc32.hpp
|
||||
yapf/fixedsizearray.hpp
|
||||
yapf/follow_track.cpp
|
||||
yapf/follow_track.hpp
|
||||
yapf/hashtable.hpp
|
||||
yapf/nodelist.hpp
|
||||
yapf/track_dir.hpp
|
||||
yapf/yapf.h
|
||||
|
Loading…
Reference in New Issue
Block a user