diff options
author | peter1138 <peter1138@openttd.org> | 2008-01-14 16:40:31 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2008-01-14 16:40:31 +0000 |
commit | a4ba98af869e33a5ad6a83c563f1bd708232e8f4 (patch) | |
tree | 47c6ae4eb057659355d0d25d4e421067b54438d0 | |
parent | 85e49e6290bea7a6e524dcb430d1cd3a41abaa31 (diff) | |
download | openttd-a4ba98af869e33a5ad6a83c563f1bd708232e8f4.tar.xz |
(svn r11850) -Fix (r11848): forgot to update vc project files
-rw-r--r-- | projects/openttd.vcproj | 12 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 16 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 16 | ||||
-rw-r--r-- | source.list | 2 |
4 files changed, 46 insertions, 0 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index 15ac028a0..5f47f2139 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -390,6 +390,9 @@ RelativePath=".\..\src\widget.cpp"> </File> <File + RelativePath=".\..\src\widgets\dropdown.cpp"> + </File> + <File RelativePath=".\..\src\win32.cpp"> </File> <File @@ -733,6 +736,15 @@ RelativePath=".\..\src\window.h"> </File> <File + RelativePath=".\..\src\widgets\dropdown.h"> + </File> + <File + RelativePath=".\..\src\widgets\dropdown_type.h"> + </File> + <File + RelativePath=".\..\src\widgets\dropdown_func.h"> + </File> + <File RelativePath=".\..\src\zoom.hpp"> </File> </Filter> diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index dbeceafe9..43fb0e9bc 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -752,6 +752,10 @@ > </File> <File + RelativePath=".\..\src\widgets\dropdown.cpp" + > + </File> + <File RelativePath=".\..\src\win32.cpp" > </File> @@ -1208,6 +1212,18 @@ > </File> <File + RelativePath=".\..\src\widgets\dropdown.h" + > + </File> + <File + RelativePath=".\..\src\widgets\dropdown_type.h" + > + </File> + <File + RelativePath=".\..\src\widgets\dropdown_func.h" + > + </File> + <File RelativePath=".\..\src\zoom.hpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index c7a4c4948..7e43c891e 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -749,6 +749,10 @@ > </File> <File + RelativePath=".\..\src\widgets\dropdown.cpp" + > + </File> + <File RelativePath=".\..\src\win32.cpp" > </File> @@ -1205,6 +1209,18 @@ > </File> <File + RelativePath=".\..\src\widgets\dropdown.h" + > + </File> + <File + RelativePath=".\..\src\widgets\dropdown_type.h" + > + </File> + <File + RelativePath=".\..\src\widgets\dropdown_func.h" + > + </File> + <File RelativePath=".\..\src\zoom.hpp" > </File> diff --git a/source.list b/source.list index 923c5c9c2..05023b1d3 100644 --- a/source.list +++ b/source.list @@ -212,6 +212,8 @@ sound/win32_s.h video/win32_v.h window.h widgets/dropdown.h +widgets/dropdown_type.h +widgets/dropdown_func.h zoom.hpp # GUI Source Code |