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 | 44128682cf70c4b503b208c0ae311e3f644b042a (patch) | |
tree | 519dfde0acb2940b0172a639260f73396ee96421 /projects | |
parent | bc37ae3f2a8e810c4f2b815a2d6b9e2bb3c3f771 (diff) | |
download | openttd-44128682cf70c4b503b208c0ae311e3f644b042a.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> |