diff options
author | rubidium <rubidium@openttd.org> | 2008-04-18 15:13:45 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-04-18 15:13:45 +0000 |
commit | 8c2c7c27ea6f7c9de041ffff9362f8a8d9d03a81 (patch) | |
tree | 519dfde0acb2940b0172a639260f73396ee96421 /projects | |
parent | dc16b4f2b4cf13f7c55f0bb7efeaf74ec4b56752 (diff) | |
download | openttd-8c2c7c27ea6f7c9de041ffff9362f8a8d9d03a81.tar.xz |
(svn r12768) -Codechange: move the statusbar GUI to it's own file.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 584203eb1..60c7d8458 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -728,6 +728,10 @@ > </File> <File + RelativePath=".\..\src\statusbar_gui.cpp" + > + </File> + <File RelativePath=".\..\src\string.cpp" > </File> @@ -1196,6 +1200,10 @@ > </File> <File + RelativePath=".\..\src\news_gui.h" + > + </File> + <File RelativePath=".\..\src\news_type.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 3d460cf9d..92d2a4e48 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -725,6 +725,10 @@ > </File> <File + RelativePath=".\..\src\statusbar_gui.cpp" + > + </File> + <File RelativePath=".\..\src\string.cpp" > </File> @@ -1193,6 +1197,10 @@ > </File> <File + RelativePath=".\..\src\news_gui.h" + > + </File> + <File RelativePath=".\..\src\news_type.h" > </File> |