(svn r8099) -Fix (r8092): source.list updated to reflect move of header files (thanks stillunknown). vcproj files updated too (thanks glx)
authorKUDr
Sat, 13 Jan 2007 15:22:36 +0000
changeset 5891 3efd24f248d3
parent 5890 45bd89352147
child 5892 c5ac6df90e4b
(svn r8099) -Fix (r8092): source.list updated to reflect move of header files (thanks stillunknown). vcproj files updated too (thanks glx)
projects/openttd.vcproj
projects/openttd_vs80.vcproj
source.list
--- a/projects/openttd.vcproj	Sat Jan 13 15:00:40 2007 +0000
+++ b/projects/openttd.vcproj	Sat Jan 13 15:22:36 2007 +0000
@@ -1000,39 +1000,43 @@
 			</File>
 		</Filter>
 		<Filter
-			Name="YAPF"
+			Name="Misc"
 			Filter="">
 			<File
-				RelativePath=".\..\src\yapf\array.hpp">
-			</File>
-			<File
-				RelativePath=".\..\src\yapf\autocopyptr.hpp">
+				RelativePath=".\..\src\misc\array.hpp">
 			</File>
 			<File
-				RelativePath=".\..\src\yapf\binaryheap.hpp">
-			</File>
-			<File
-				RelativePath=".\..\src\yapf\blob.hpp">
+				RelativePath=".\..\src\misc\autocopyptr.hpp">
 			</File>
 			<File
-				RelativePath=".\..\src\yapf\countedptr.hpp">
+				RelativePath=".\..\src\misc\binaryheap.hpp">
 			</File>
 			<File
-				RelativePath=".\..\src\yapf\crc32.hpp">
+				RelativePath=".\..\src\misc\blob.hpp">
 			</File>
 			<File
-				RelativePath=".\..\src\yapf\fixedsizearray.hpp">
+				RelativePath=".\..\src\misc\countedptr.hpp">
 			</File>
 			<File
+				RelativePath=".\..\src\misc\crc32.hpp">
+			</File>
+			<File
+				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>
 			<File
--- a/projects/openttd_vs80.vcproj	Sat Jan 13 15:00:40 2007 +0000
+++ b/projects/openttd_vs80.vcproj	Sat Jan 13 15:22:36 2007 +0000
@@ -1283,39 +1283,43 @@
 			</File>
 		</Filter>
 		<Filter
-			Name="YAPF"
+			Name="Misc"
 			Filter="">
 			<File
-				RelativePath=".\..\src\yapf\array.hpp">
-			</File>
-			<File
-				RelativePath=".\..\src\yapf\autocopyptr.hpp">
+				RelativePath=".\..\src\misc\array.hpp">
 			</File>
 			<File
-				RelativePath=".\..\src\yapf\binaryheap.hpp">
-			</File>
-			<File
-				RelativePath=".\..\src\yapf\blob.hpp">
+				RelativePath=".\..\src\misc\autocopyptr.hpp">
 			</File>
 			<File
-				RelativePath=".\..\src\yapf\countedptr.hpp">
+				RelativePath=".\..\src\misc\binaryheap.hpp">
 			</File>
 			<File
-				RelativePath=".\..\src\yapf\crc32.hpp">
+				RelativePath=".\..\src\misc\blob.hpp">
 			</File>
 			<File
-				RelativePath=".\..\src\yapf\fixedsizearray.hpp">
+				RelativePath=".\..\src\misc\countedptr.hpp">
 			</File>
 			<File
+				RelativePath=".\..\src\misc\crc32.hpp">
+			</File>
+			<File
+				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>
 			<File
--- a/source.list	Sat Jan 13 15:00:40 2007 +0000
+++ b/source.list	Sat Jan 13 15:22:36 2007 +0000
@@ -298,17 +298,19 @@
 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