mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r12082) -Cleanup: MSVC projects do not care about the directory of the file while sorting. Only the "Absolute" name matters
This commit is contained in:
parent
034150c199
commit
30a8c150d0
@ -467,6 +467,10 @@
|
|||||||
RelativePath=".\..\src\aystar.cpp"
|
RelativePath=".\..\src\aystar.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\..\src\core\bitmath_func.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\bmp.cpp"
|
RelativePath=".\..\src\bmp.cpp"
|
||||||
>
|
>
|
||||||
@ -495,14 +499,6 @@
|
|||||||
RelativePath=".\..\src\console_cmds.cpp"
|
RelativePath=".\..\src\console_cmds.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath=".\..\src\core\bitmath_func.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\..\src\core\random_func.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\currency.cpp"
|
RelativePath=".\..\src\currency.cpp"
|
||||||
>
|
>
|
||||||
@ -527,6 +523,10 @@
|
|||||||
RelativePath=".\..\src\driver.cpp"
|
RelativePath=".\..\src\driver.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\..\src\widgets\dropdown.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\economy.cpp"
|
RelativePath=".\..\src\economy.cpp"
|
||||||
>
|
>
|
||||||
@ -667,6 +667,10 @@
|
|||||||
RelativePath=".\..\src\rail.cpp"
|
RelativePath=".\..\src\rail.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\..\src\core\random_func.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\rev.cpp"
|
RelativePath=".\..\src\rev.cpp"
|
||||||
>
|
>
|
||||||
@ -751,10 +755,6 @@
|
|||||||
RelativePath=".\..\src\widget.cpp"
|
RelativePath=".\..\src\widget.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath=".\..\src\widgets\dropdown.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\win32.cpp"
|
RelativePath=".\..\src\win32.cpp"
|
||||||
>
|
>
|
||||||
@ -807,6 +807,10 @@
|
|||||||
RelativePath=".\..\src\aystar.h"
|
RelativePath=".\..\src\aystar.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\..\src\core\bitmath_func.hpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\bmp.h"
|
RelativePath=".\..\src\bmp.h"
|
||||||
>
|
>
|
||||||
@ -847,18 +851,6 @@
|
|||||||
RelativePath=".\..\src\console.h"
|
RelativePath=".\..\src\console.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath=".\..\src\core\bitmath_func.hpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\..\src\core\math_func.hpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\..\src\core\random_func.hpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\currency.h"
|
RelativePath=".\..\src\currency.h"
|
||||||
>
|
>
|
||||||
@ -899,6 +891,14 @@
|
|||||||
RelativePath=".\..\src\driver.h"
|
RelativePath=".\..\src\driver.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\..\src\widgets\dropdown_type.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\..\src\widgets\dropdown_func.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\economy_func.h"
|
RelativePath=".\..\src\economy_func.h"
|
||||||
>
|
>
|
||||||
@ -975,6 +975,10 @@
|
|||||||
RelativePath=".\..\src\livery.h"
|
RelativePath=".\..\src\livery.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\..\src\core\math_func.hpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\md5.h"
|
RelativePath=".\..\src\md5.h"
|
||||||
>
|
>
|
||||||
@ -1155,6 +1159,10 @@
|
|||||||
RelativePath=".\..\src\rail_type.h"
|
RelativePath=".\..\src\rail_type.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\..\src\core\random_func.hpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\road_cmd.h"
|
RelativePath=".\..\src\road_cmd.h"
|
||||||
>
|
>
|
||||||
@ -1387,14 +1395,6 @@
|
|||||||
RelativePath=".\..\src\video\win32_v.h"
|
RelativePath=".\..\src\video\win32_v.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath=".\..\src\widgets\dropdown_type.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\..\src\widgets\dropdown_func.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\zoom_type.h"
|
RelativePath=".\..\src\zoom_type.h"
|
||||||
>
|
>
|
||||||
|
@ -464,6 +464,10 @@
|
|||||||
RelativePath=".\..\src\aystar.cpp"
|
RelativePath=".\..\src\aystar.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\..\src\core\bitmath_func.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\bmp.cpp"
|
RelativePath=".\..\src\bmp.cpp"
|
||||||
>
|
>
|
||||||
@ -492,14 +496,6 @@
|
|||||||
RelativePath=".\..\src\console_cmds.cpp"
|
RelativePath=".\..\src\console_cmds.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath=".\..\src\core\bitmath_func.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\..\src\core\random_func.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\currency.cpp"
|
RelativePath=".\..\src\currency.cpp"
|
||||||
>
|
>
|
||||||
@ -524,6 +520,10 @@
|
|||||||
RelativePath=".\..\src\driver.cpp"
|
RelativePath=".\..\src\driver.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\..\src\widgets\dropdown.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\economy.cpp"
|
RelativePath=".\..\src\economy.cpp"
|
||||||
>
|
>
|
||||||
@ -664,6 +664,10 @@
|
|||||||
RelativePath=".\..\src\rail.cpp"
|
RelativePath=".\..\src\rail.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\..\src\core\random_func.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\rev.cpp"
|
RelativePath=".\..\src\rev.cpp"
|
||||||
>
|
>
|
||||||
@ -748,10 +752,6 @@
|
|||||||
RelativePath=".\..\src\widget.cpp"
|
RelativePath=".\..\src\widget.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath=".\..\src\widgets\dropdown.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\win32.cpp"
|
RelativePath=".\..\src\win32.cpp"
|
||||||
>
|
>
|
||||||
@ -804,6 +804,10 @@
|
|||||||
RelativePath=".\..\src\aystar.h"
|
RelativePath=".\..\src\aystar.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\..\src\core\bitmath_func.hpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\bmp.h"
|
RelativePath=".\..\src\bmp.h"
|
||||||
>
|
>
|
||||||
@ -844,18 +848,6 @@
|
|||||||
RelativePath=".\..\src\console.h"
|
RelativePath=".\..\src\console.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath=".\..\src\core\bitmath_func.hpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\..\src\core\math_func.hpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\..\src\core\random_func.hpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\currency.h"
|
RelativePath=".\..\src\currency.h"
|
||||||
>
|
>
|
||||||
@ -896,6 +888,14 @@
|
|||||||
RelativePath=".\..\src\driver.h"
|
RelativePath=".\..\src\driver.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\..\src\widgets\dropdown_type.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\..\src\widgets\dropdown_func.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\economy_func.h"
|
RelativePath=".\..\src\economy_func.h"
|
||||||
>
|
>
|
||||||
@ -972,6 +972,10 @@
|
|||||||
RelativePath=".\..\src\livery.h"
|
RelativePath=".\..\src\livery.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\..\src\core\math_func.hpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\md5.h"
|
RelativePath=".\..\src\md5.h"
|
||||||
>
|
>
|
||||||
@ -1152,6 +1156,10 @@
|
|||||||
RelativePath=".\..\src\rail_type.h"
|
RelativePath=".\..\src\rail_type.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\..\src\core\random_func.hpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\road_cmd.h"
|
RelativePath=".\..\src\road_cmd.h"
|
||||||
>
|
>
|
||||||
@ -1384,14 +1392,6 @@
|
|||||||
RelativePath=".\..\src\video\win32_v.h"
|
RelativePath=".\..\src\video\win32_v.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath=".\..\src\widgets\dropdown_type.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\..\src\widgets\dropdown_func.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\zoom_type.h"
|
RelativePath=".\..\src\zoom_type.h"
|
||||||
>
|
>
|
||||||
|
16
source.list
16
source.list
@ -3,6 +3,7 @@ airport.cpp
|
|||||||
articulated_vehicles.cpp
|
articulated_vehicles.cpp
|
||||||
autoreplace_cmd.cpp
|
autoreplace_cmd.cpp
|
||||||
aystar.cpp
|
aystar.cpp
|
||||||
|
core/bitmath_func.cpp
|
||||||
bmp.cpp
|
bmp.cpp
|
||||||
callback_table.cpp
|
callback_table.cpp
|
||||||
cargopacket.cpp
|
cargopacket.cpp
|
||||||
@ -10,14 +11,13 @@ cargotype.cpp
|
|||||||
command.cpp
|
command.cpp
|
||||||
console.cpp
|
console.cpp
|
||||||
console_cmds.cpp
|
console_cmds.cpp
|
||||||
core/bitmath_func.cpp
|
|
||||||
core/random_func.cpp
|
|
||||||
currency.cpp
|
currency.cpp
|
||||||
date.cpp
|
date.cpp
|
||||||
debug.cpp
|
debug.cpp
|
||||||
dedicated.cpp
|
dedicated.cpp
|
||||||
depot.cpp
|
depot.cpp
|
||||||
driver.cpp
|
driver.cpp
|
||||||
|
widgets/dropdown.cpp
|
||||||
economy.cpp
|
economy.cpp
|
||||||
elrail.cpp
|
elrail.cpp
|
||||||
engine.cpp
|
engine.cpp
|
||||||
@ -58,6 +58,7 @@ pathfind.cpp
|
|||||||
players.cpp
|
players.cpp
|
||||||
queue.cpp
|
queue.cpp
|
||||||
rail.cpp
|
rail.cpp
|
||||||
|
core/random_func.cpp
|
||||||
rev.cpp
|
rev.cpp
|
||||||
road.cpp
|
road.cpp
|
||||||
saveload.cpp
|
saveload.cpp
|
||||||
@ -93,7 +94,6 @@ vehicle.cpp
|
|||||||
viewport.cpp
|
viewport.cpp
|
||||||
waypoint.cpp
|
waypoint.cpp
|
||||||
widget.cpp
|
widget.cpp
|
||||||
widgets/dropdown.cpp
|
|
||||||
#if WIN32
|
#if WIN32
|
||||||
win32.cpp
|
win32.cpp
|
||||||
#end
|
#end
|
||||||
@ -110,6 +110,7 @@ autoreplace_gui.h
|
|||||||
autoreplace_type.h
|
autoreplace_type.h
|
||||||
autoslope.h
|
autoslope.h
|
||||||
aystar.h
|
aystar.h
|
||||||
|
core/bitmath_func.hpp
|
||||||
bmp.h
|
bmp.h
|
||||||
bridge.h
|
bridge.h
|
||||||
callback_table.h
|
callback_table.h
|
||||||
@ -120,9 +121,6 @@ cmd_helper.h
|
|||||||
command_func.h
|
command_func.h
|
||||||
command_type.h
|
command_type.h
|
||||||
console.h
|
console.h
|
||||||
core/bitmath_func.hpp
|
|
||||||
core/math_func.hpp
|
|
||||||
core/random_func.hpp
|
|
||||||
currency.h
|
currency.h
|
||||||
date_func.h
|
date_func.h
|
||||||
date_type.h
|
date_type.h
|
||||||
@ -133,6 +131,8 @@ direction_func.h
|
|||||||
direction_type.h
|
direction_type.h
|
||||||
music/dmusic.h
|
music/dmusic.h
|
||||||
driver.h
|
driver.h
|
||||||
|
widgets/dropdown_type.h
|
||||||
|
widgets/dropdown_func.h
|
||||||
economy_func.h
|
economy_func.h
|
||||||
economy_type.h
|
economy_type.h
|
||||||
engine.h
|
engine.h
|
||||||
@ -152,6 +152,7 @@ industry.h
|
|||||||
industry_type.h
|
industry_type.h
|
||||||
landscape.h
|
landscape.h
|
||||||
livery.h
|
livery.h
|
||||||
|
core/math_func.hpp
|
||||||
md5.h
|
md5.h
|
||||||
mixer.h
|
mixer.h
|
||||||
music.h
|
music.h
|
||||||
@ -197,6 +198,7 @@ queue.h
|
|||||||
rail.h
|
rail.h
|
||||||
rail_gui.h
|
rail_gui.h
|
||||||
rail_type.h
|
rail_type.h
|
||||||
|
core/random_func.hpp
|
||||||
road_cmd.h
|
road_cmd.h
|
||||||
road_func.h
|
road_func.h
|
||||||
road_gui.h
|
road_gui.h
|
||||||
@ -255,8 +257,6 @@ window_type.h
|
|||||||
music/win32_m.h
|
music/win32_m.h
|
||||||
sound/win32_s.h
|
sound/win32_s.h
|
||||||
video/win32_v.h
|
video/win32_v.h
|
||||||
widgets/dropdown_type.h
|
|
||||||
widgets/dropdown_func.h
|
|
||||||
zoom_type.h
|
zoom_type.h
|
||||||
zoom_func.h
|
zoom_func.h
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user