(svn r9522) -Fix (r9073): the entries in source.list are supposed to be sorted alphabetically.
authorrubidium
Wed, 28 Mar 2007 20:12:32 +0000
changeset 6888 b76ead98a6d4
parent 6887 db68a9f5e3ec
child 6889 f7f6d9cb07a0
(svn r9522) -Fix (r9073): the entries in source.list are supposed to be sorted alphabetically.
projects/openttd.vcproj
projects/openttd_vs80.vcproj
source.list
--- a/projects/openttd.vcproj	Wed Mar 28 20:11:00 2007 +0000
+++ b/projects/openttd.vcproj	Wed Mar 28 20:12:32 2007 +0000
@@ -164,10 +164,10 @@
 				RelativePath=".\..\src\airport.cpp">
 			</File>
 			<File
-				RelativePath=".\..\src\aystar.cpp">
+				RelativePath=".\..\src\autoreplace_cmd.cpp">
 			</File>
 			<File
-				RelativePath=".\..\src\autoreplace_cmd.cpp">
+				RelativePath=".\..\src\aystar.cpp">
 			</File>
 			<File
 				RelativePath=".\..\src\bmp.cpp">
--- a/projects/openttd_vs80.vcproj	Wed Mar 28 20:11:00 2007 +0000
+++ b/projects/openttd_vs80.vcproj	Wed Mar 28 20:12:32 2007 +0000
@@ -448,11 +448,11 @@
 				>
 			</File>
 			<File
-				RelativePath=".\..\src\aystar.cpp"
+				RelativePath=".\..\src\autoreplace_cmd.cpp"
 				>
 			</File>
 			<File
-				RelativePath=".\..\src\autoreplace_cmd.cpp"
+				RelativePath=".\..\src\aystar.cpp"
 				>
 			</File>
 			<File
--- a/source.list	Wed Mar 28 20:11:00 2007 +0000
+++ b/source.list	Wed Mar 28 20:12:32 2007 +0000
@@ -1,7 +1,7 @@
 # Source Files
 airport.cpp
+autoreplace_cmd.cpp
 aystar.cpp
-autoreplace_cmd.cpp
 bmp.cpp
 callback_table.cpp
 cargotype.cpp