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 /projects | |
parent | 65cc1ae5e789abe5b4041c6099dc307b5168ed4b (diff) | |
download | openttd-3ca9788213a5070d31809fadbc9aab75cce6adae.tar.xz |
(svn r9522) -Fix (r9073): the entries in source.list are supposed to be sorted alphabetically.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 |
2 files changed, 4 insertions, 4 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 |