mirror of https://github.com/OpenTTD/OpenTTD
(svn r15132) -Change: move console_gui.cpp and highscore_gui.cpp to 'GUI Source Code' section (MSVC)
parent
3deb373c60
commit
f92fbaa548
|
@ -499,10 +499,6 @@
|
||||||
RelativePath=".\..\src\console_cmds.cpp"
|
RelativePath=".\..\src\console_cmds.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath=".\..\src\console_gui.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\currency.cpp"
|
RelativePath=".\..\src\currency.cpp"
|
||||||
>
|
>
|
||||||
|
@ -579,10 +575,6 @@
|
||||||
RelativePath=".\..\src\highscore.cpp"
|
RelativePath=".\..\src\highscore.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath=".\..\src\highscore_gui.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\ini.cpp"
|
RelativePath=".\..\src\ini.cpp"
|
||||||
>
|
>
|
||||||
|
@ -1739,6 +1731,10 @@
|
||||||
RelativePath=".\..\src\company_gui.cpp"
|
RelativePath=".\..\src\company_gui.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\..\src\console_gui.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\depot_gui.cpp"
|
RelativePath=".\..\src\depot_gui.cpp"
|
||||||
>
|
>
|
||||||
|
@ -1763,6 +1759,10 @@
|
||||||
RelativePath=".\..\src\group_gui.cpp"
|
RelativePath=".\..\src\group_gui.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\..\src\highscore_gui.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\industry_gui.cpp"
|
RelativePath=".\..\src\industry_gui.cpp"
|
||||||
>
|
>
|
||||||
|
|
|
@ -496,10 +496,6 @@
|
||||||
RelativePath=".\..\src\console_cmds.cpp"
|
RelativePath=".\..\src\console_cmds.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath=".\..\src\console_gui.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\currency.cpp"
|
RelativePath=".\..\src\currency.cpp"
|
||||||
>
|
>
|
||||||
|
@ -576,10 +572,6 @@
|
||||||
RelativePath=".\..\src\highscore.cpp"
|
RelativePath=".\..\src\highscore.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath=".\..\src\highscore_gui.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\ini.cpp"
|
RelativePath=".\..\src\ini.cpp"
|
||||||
>
|
>
|
||||||
|
@ -1736,6 +1728,10 @@
|
||||||
RelativePath=".\..\src\company_gui.cpp"
|
RelativePath=".\..\src\company_gui.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\..\src\console_gui.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\depot_gui.cpp"
|
RelativePath=".\..\src\depot_gui.cpp"
|
||||||
>
|
>
|
||||||
|
@ -1760,6 +1756,10 @@
|
||||||
RelativePath=".\..\src\group_gui.cpp"
|
RelativePath=".\..\src\group_gui.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\..\src\highscore_gui.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\industry_gui.cpp"
|
RelativePath=".\..\src\industry_gui.cpp"
|
||||||
>
|
>
|
||||||
|
|
|
@ -12,7 +12,6 @@ cheat.cpp
|
||||||
command.cpp
|
command.cpp
|
||||||
console.cpp
|
console.cpp
|
||||||
console_cmds.cpp
|
console_cmds.cpp
|
||||||
console_gui.cpp
|
|
||||||
currency.cpp
|
currency.cpp
|
||||||
date.cpp
|
date.cpp
|
||||||
debug.cpp
|
debug.cpp
|
||||||
|
@ -32,7 +31,6 @@ gfx.cpp
|
||||||
gfxinit.cpp
|
gfxinit.cpp
|
||||||
heightmap.cpp
|
heightmap.cpp
|
||||||
highscore.cpp
|
highscore.cpp
|
||||||
highscore_gui.cpp
|
|
||||||
ini.cpp
|
ini.cpp
|
||||||
landscape.cpp
|
landscape.cpp
|
||||||
map.cpp
|
map.cpp
|
||||||
|
@ -381,12 +379,14 @@ bridge_gui.cpp
|
||||||
build_vehicle_gui.cpp
|
build_vehicle_gui.cpp
|
||||||
cheat_gui.cpp
|
cheat_gui.cpp
|
||||||
company_gui.cpp
|
company_gui.cpp
|
||||||
|
console_gui.cpp
|
||||||
depot_gui.cpp
|
depot_gui.cpp
|
||||||
dock_gui.cpp
|
dock_gui.cpp
|
||||||
engine_gui.cpp
|
engine_gui.cpp
|
||||||
genworld_gui.cpp
|
genworld_gui.cpp
|
||||||
graph_gui.cpp
|
graph_gui.cpp
|
||||||
group_gui.cpp
|
group_gui.cpp
|
||||||
|
highscore_gui.cpp
|
||||||
industry_gui.cpp
|
industry_gui.cpp
|
||||||
intro_gui.cpp
|
intro_gui.cpp
|
||||||
main_gui.cpp
|
main_gui.cpp
|
||||||
|
|
Loading…
Reference in New Issue