diff options
author | belugas <belugas@openttd.org> | 2006-10-01 00:38:46 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2006-10-01 00:38:46 +0000 |
commit | a1132956227971251510ba11887e611ea6e79a56 (patch) | |
tree | 7a48313b1acf9f9883f9809e3ca28dcb49a16fa3 | |
parent | 8deaef7fafc9eab8a98b62c43a18e25b4ab152cc (diff) | |
download | openttd-a1132956227971251510ba11887e611ea6e79a56.tar.xz |
(svn r6596) -Fix(r6562) : Add missing resize_window_widget.h to MSVC projects
-rw-r--r-- | openttd.vcproj | 3 | ||||
-rw-r--r-- | openttd_vs80.vcproj | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/openttd.vcproj b/openttd.vcproj index 8b5bfff2d..042e37151 100644 --- a/openttd.vcproj +++ b/openttd.vcproj @@ -596,6 +596,9 @@ RelativePath=".\rail.h"> </File> <File + RelativePath=".\resize_window_widgets.h" + </File> + <File RelativePath=".\saveload.h"> </File> <File diff --git a/openttd_vs80.vcproj b/openttd_vs80.vcproj index 483acb740..fabeba140 100644 --- a/openttd_vs80.vcproj +++ b/openttd_vs80.vcproj @@ -1088,6 +1088,10 @@ >
</File>
<File
+ RelativePath=".\resize_window_widgets.h"
+ >
+ </File>
+ <File
RelativePath=".\road.h"
>
</File>
|