diff options
author | rubidium <rubidium@openttd.org> | 2009-12-07 20:17:31 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-12-07 20:17:31 +0000 |
commit | 6c6f2272b003f5eaa3411878ba6d28ed38768a57 (patch) | |
tree | 06cb44695f574ff1016fb05e1f1f2bc00fa46a6f /projects | |
parent | 6b9327c1620e73d2fca4a06592754fe96ec8c640 (diff) | |
download | openttd-6c6f2272b003f5eaa3411878ba6d28ed38768a57.tar.xz |
(svn r18426) -Fix: sort the names in source.list according to Microsoft's sorting rules
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 34 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 34 |
2 files changed, 34 insertions, 34 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 98e8d7898..fa7267ef1 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -492,10 +492,6 @@ > </File> <File - RelativePath=".\..\src\crashlog.cpp" - > - </File> - <File RelativePath=".\..\src\command.cpp" > </File> @@ -508,6 +504,10 @@ > </File> <File + RelativePath=".\..\src\crashlog.cpp" + > + </File> + <File RelativePath=".\..\src\currency.cpp" > </File> @@ -840,10 +840,6 @@ > </File> <File - RelativePath=".\..\src\crashlog.h" - > - </File> - <File RelativePath=".\..\src\command_func.h" > </File> @@ -888,6 +884,10 @@ > </File> <File + RelativePath=".\..\src\crashlog.h" + > + </File> + <File RelativePath=".\..\src\currency.h" > </File> @@ -1500,15 +1500,15 @@ > </File> <File - RelativePath=".\..\src\townname_func.h" + RelativePath=".\..\src\town_type.h" > </File> <File - RelativePath=".\..\src\townname_type.h" + RelativePath=".\..\src\townname_func.h" > </File> <File - RelativePath=".\..\src\town_type.h" + RelativePath=".\..\src\townname_type.h" > </File> <File @@ -2272,11 +2272,11 @@ > </File> <File - RelativePath=".\..\src\table\townname.h" + RelativePath=".\..\src\table\town_land.h" > </File> <File - RelativePath=".\..\src\table\town_land.h" + RelativePath=".\..\src\table\townname.h" > </File> <File @@ -3488,19 +3488,19 @@ > </File> <File - RelativePath=".\..\src\pathfinder\npf\queue.cpp" + RelativePath=".\..\src\pathfinder\npf\npf.cpp" > </File> <File - RelativePath=".\..\src\pathfinder\npf\queue.h" + RelativePath=".\..\src\pathfinder\npf\npf_func.h" > </File> <File - RelativePath=".\..\src\pathfinder\npf\npf.cpp" + RelativePath=".\..\src\pathfinder\npf\queue.cpp" > </File> <File - RelativePath=".\..\src\pathfinder\npf\npf_func.h" + RelativePath=".\..\src\pathfinder\npf\queue.h" > </File> </Filter> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index ad626ece3..40d535982 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -489,10 +489,6 @@ > </File> <File - RelativePath=".\..\src\crashlog.cpp" - > - </File> - <File RelativePath=".\..\src\command.cpp" > </File> @@ -505,6 +501,10 @@ > </File> <File + RelativePath=".\..\src\crashlog.cpp" + > + </File> + <File RelativePath=".\..\src\currency.cpp" > </File> @@ -837,10 +837,6 @@ > </File> <File - RelativePath=".\..\src\crashlog.h" - > - </File> - <File RelativePath=".\..\src\command_func.h" > </File> @@ -885,6 +881,10 @@ > </File> <File + RelativePath=".\..\src\crashlog.h" + > + </File> + <File RelativePath=".\..\src\currency.h" > </File> @@ -1497,15 +1497,15 @@ > </File> <File - RelativePath=".\..\src\townname_func.h" + RelativePath=".\..\src\town_type.h" > </File> <File - RelativePath=".\..\src\townname_type.h" + RelativePath=".\..\src\townname_func.h" > </File> <File - RelativePath=".\..\src\town_type.h" + RelativePath=".\..\src\townname_type.h" > </File> <File @@ -2269,11 +2269,11 @@ > </File> <File - RelativePath=".\..\src\table\townname.h" + RelativePath=".\..\src\table\town_land.h" > </File> <File - RelativePath=".\..\src\table\town_land.h" + RelativePath=".\..\src\table\townname.h" > </File> <File @@ -3485,19 +3485,19 @@ > </File> <File - RelativePath=".\..\src\pathfinder\npf\queue.cpp" + RelativePath=".\..\src\pathfinder\npf\npf.cpp" > </File> <File - RelativePath=".\..\src\pathfinder\npf\queue.h" + RelativePath=".\..\src\pathfinder\npf\npf_func.h" > </File> <File - RelativePath=".\..\src\pathfinder\npf\npf.cpp" + RelativePath=".\..\src\pathfinder\npf\queue.cpp" > </File> <File - RelativePath=".\..\src\pathfinder\npf\npf_func.h" + RelativePath=".\..\src\pathfinder\npf\queue.h" > </File> </Filter> |