summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2009-01-17 21:03:54 +0000
committerglx <glx@openttd.org>2009-01-17 21:03:54 +0000
commitf92fbaa5484f19b6479484aa6a70382889ab4df2 (patch)
treeef832901ac778db1eb7181422a1194c4b2793132
parent3deb373c6090e4ac65877e1da5349a3881432e4b (diff)
downloadopenttd-f92fbaa5484f19b6479484aa6a70382889ab4df2.tar.xz
(svn r15132) -Change: move console_gui.cpp and highscore_gui.cpp to 'GUI Source Code' section (MSVC)
-rw-r--r--projects/openttd_vs80.vcproj16
-rw-r--r--projects/openttd_vs90.vcproj16
-rw-r--r--source.list4
3 files changed, 18 insertions, 18 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj
index bba8af6d8..38dc2c46d 100644
--- a/projects/openttd_vs80.vcproj
+++ b/projects/openttd_vs80.vcproj
@@ -500,10 +500,6 @@
>
</File>
<File
- RelativePath=".\..\src\console_gui.cpp"
- >
- </File>
- <File
RelativePath=".\..\src\currency.cpp"
>
</File>
@@ -580,10 +576,6 @@
>
</File>
<File
- RelativePath=".\..\src\highscore_gui.cpp"
- >
- </File>
- <File
RelativePath=".\..\src\ini.cpp"
>
</File>
@@ -1740,6 +1732,10 @@
>
</File>
<File
+ RelativePath=".\..\src\console_gui.cpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\depot_gui.cpp"
>
</File>
@@ -1764,6 +1760,10 @@
>
</File>
<File
+ RelativePath=".\..\src\highscore_gui.cpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\industry_gui.cpp"
>
</File>
diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj
index 1d861a933..2b15f8364 100644
--- a/projects/openttd_vs90.vcproj
+++ b/projects/openttd_vs90.vcproj
@@ -497,10 +497,6 @@
>
</File>
<File
- RelativePath=".\..\src\console_gui.cpp"
- >
- </File>
- <File
RelativePath=".\..\src\currency.cpp"
>
</File>
@@ -577,10 +573,6 @@
>
</File>
<File
- RelativePath=".\..\src\highscore_gui.cpp"
- >
- </File>
- <File
RelativePath=".\..\src\ini.cpp"
>
</File>
@@ -1737,6 +1729,10 @@
>
</File>
<File
+ RelativePath=".\..\src\console_gui.cpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\depot_gui.cpp"
>
</File>
@@ -1761,6 +1757,10 @@
>
</File>
<File
+ RelativePath=".\..\src\highscore_gui.cpp"
+ >
+ </File>
+ <File
RelativePath=".\..\src\industry_gui.cpp"
>
</File>
diff --git a/source.list b/source.list
index 2809b970b..27a0f62cb 100644
--- a/source.list
+++ b/source.list
@@ -12,7 +12,6 @@ cheat.cpp
command.cpp
console.cpp
console_cmds.cpp
-console_gui.cpp
currency.cpp
date.cpp
debug.cpp
@@ -32,7 +31,6 @@ gfx.cpp
gfxinit.cpp
heightmap.cpp
highscore.cpp
-highscore_gui.cpp
ini.cpp
landscape.cpp
map.cpp
@@ -381,12 +379,14 @@ bridge_gui.cpp
build_vehicle_gui.cpp
cheat_gui.cpp
company_gui.cpp
+console_gui.cpp
depot_gui.cpp
dock_gui.cpp
engine_gui.cpp
genworld_gui.cpp
graph_gui.cpp
group_gui.cpp
+highscore_gui.cpp
industry_gui.cpp
intro_gui.cpp
main_gui.cpp