diff options
author | rubidium <rubidium@openttd.org> | 2008-05-08 13:29:35 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-05-08 13:29:35 +0000 |
commit | cd3dda5c0c38065f1431a4c74445318813f3703e (patch) | |
tree | 3fefe2a159f75c187fcc4b7994a33266be72343e /projects | |
parent | cabd771fc0b99d42aaa7e172172ad39211933461 (diff) | |
download | openttd-cd3dda5c0c38065f1431a4c74445318813f3703e.tar.xz |
(svn r13010) -Codechange: move the tree building GUI out of misc_gui.cpp.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 486423d97..6f71224f7 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1776,6 +1776,10 @@ > </File> <File + RelativePath=".\..\src\tree_gui.cpp" + > + </File> + <File RelativePath=".\..\src\vehicle_gui.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 9a865effc..a89a3a3fb 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1773,6 +1773,10 @@ > </File> <File + RelativePath=".\..\src\tree_gui.cpp" + > + </File> + <File RelativePath=".\..\src\vehicle_gui.cpp" > </File> |