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 | |
parent | 6b9327c1620e73d2fca4a06592754fe96ec8c640 (diff) | |
download | openttd-6c6f2272b003f5eaa3411878ba6d28ed38768a57.tar.xz |
(svn r18426) -Fix: sort the names in source.list according to Microsoft's sorting rules
-rw-r--r-- | projects/openttd_vs80.vcproj | 34 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 34 | ||||
-rw-r--r-- | source.list | 12 |
3 files changed, 40 insertions, 40 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> diff --git a/source.list b/source.list index 0bc11a7e3..a6c083988 100644 --- a/source.list +++ b/source.list @@ -8,10 +8,10 @@ callback_table.cpp cargopacket.cpp cargotype.cpp cheat.cpp -crashlog.cpp command.cpp console.cpp console_cmds.cpp +crashlog.cpp currency.cpp date.cpp debug.cpp @@ -119,7 +119,6 @@ cargotype.h cheat_func.h cheat_type.h cmd_helper.h -crashlog.h command_func.h command_type.h company_base.h @@ -131,6 +130,7 @@ console_func.h console_gui.h console_internal.h console_type.h +crashlog.h currency.h date_func.h date_gui.h @@ -284,9 +284,9 @@ tilehighlight_type.h timetable.h toolbar_gui.h town.h +town_type.h townname_func.h townname_type.h -town_type.h track_func.h track_type.h train.h @@ -498,8 +498,8 @@ table/sprites.h table/station_land.h table/strgen_tables.h ../objs/langs/table/strings.h -table/townname.h table/town_land.h +table/townname.h table/track_land.h table/train_cmd.h table/tree_land.h @@ -824,10 +824,10 @@ pathfinder/pf_performance_timer.hpp # NPF pathfinder/npf/aystar.cpp pathfinder/npf/aystar.h -pathfinder/npf/queue.cpp -pathfinder/npf/queue.h pathfinder/npf/npf.cpp pathfinder/npf/npf_func.h +pathfinder/npf/queue.cpp +pathfinder/npf/queue.h # YAPF pathfinder/yapf/nodelist.hpp |