summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2008-01-14 16:40:31 +0000
committerpeter1138 <peter1138@openttd.org>2008-01-14 16:40:31 +0000
commitea808b2bfa3244999c02b940e72ed4e1abb5a15f (patch)
tree47c6ae4eb057659355d0d25d4e421067b54438d0
parentbf0a7ae4fba037d4e453aa50c440170804257157 (diff)
downloadopenttd-ea808b2bfa3244999c02b940e72ed4e1abb5a15f.tar.xz
(svn r11850) -Fix (r11848): forgot to update vc project files
-rw-r--r--projects/openttd.vcproj12
-rw-r--r--projects/openttd_vs80.vcproj16
-rw-r--r--projects/openttd_vs90.vcproj16
-rw-r--r--source.list2
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