diff options
author | rubidium <rubidium@openttd.org> | 2007-03-28 20:12:32 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-03-28 20:12:32 +0000 |
commit | 3ca9788213a5070d31809fadbc9aab75cce6adae (patch) | |
tree | 0f1ebbad8f1fb341d28447df238be09344f1f419 | |
parent | 65cc1ae5e789abe5b4041c6099dc307b5168ed4b (diff) | |
download | openttd-3ca9788213a5070d31809fadbc9aab75cce6adae.tar.xz |
(svn r9522) -Fix (r9073): the entries in source.list are supposed to be sorted alphabetically.
-rw-r--r-- | projects/openttd.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | source.list | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index c23dfcf05..9b17f97be 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -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"> diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 360f08155..37a7af0cc 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -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 diff --git a/source.list b/source.list index ac2eeb57d..1f7f1f1e9 100644 --- a/source.list +++ b/source.list @@ -1,7 +1,7 @@ # Source Files airport.cpp -aystar.cpp autoreplace_cmd.cpp +aystar.cpp bmp.cpp callback_table.cpp cargotype.cpp |