diff options
author | rubidium <rubidium@openttd.org> | 2009-11-25 23:38:59 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-11-25 23:38:59 +0000 |
commit | 48d74751ac87699eaad5a8a93f6dfcb192bfe688 (patch) | |
tree | 08999d3d9ed6897f17fbdc31d58ab816a71eb64d /projects | |
parent | a951c505bff54ea4365895126e72a89a09f9fe2d (diff) | |
download | openttd-48d74751ac87699eaad5a8a93f6dfcb192bfe688.tar.xz |
(svn r18293) -Codechange: add a window to set the date. Based on work by PhilSophus and Maedhros.
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 6feab3806..0b2f9f9c6 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -916,6 +916,10 @@ > </File> <File + RelativePath=".\..\src\date_gui.h" + > + </File> + <File RelativePath=".\..\src\date_type.h" > </File> @@ -1792,6 +1796,10 @@ > </File> <File + RelativePath=".\..\src\date_gui.cpp" + > + </File> + <File RelativePath=".\..\src\depot_gui.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 569b8a04b..94b35d120 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -913,6 +913,10 @@ > </File> <File + RelativePath=".\..\src\date_gui.h" + > + </File> + <File RelativePath=".\..\src\date_type.h" > </File> @@ -1789,6 +1793,10 @@ > </File> <File + RelativePath=".\..\src\date_gui.cpp" + > + </File> + <File RelativePath=".\..\src\depot_gui.cpp" > </File> |