diff options
author | glx <glx@openttd.org> | 2009-01-17 21:03:54 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2009-01-17 21:03:54 +0000 |
commit | f92fbaa5484f19b6479484aa6a70382889ab4df2 (patch) | |
tree | ef832901ac778db1eb7181422a1194c4b2793132 /projects | |
parent | 3deb373c6090e4ac65877e1da5349a3881432e4b (diff) | |
download | openttd-f92fbaa5484f19b6479484aa6a70382889ab4df2.tar.xz |
(svn r15132) -Change: move console_gui.cpp and highscore_gui.cpp to 'GUI Source Code' section (MSVC)
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 16 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 16 |
2 files changed, 16 insertions, 16 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> |