summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-04-18 09:40:00 +0000
committerrubidium <rubidium@openttd.org>2008-04-18 09:40:00 +0000
commit6de7106d0f0facde16ddd09a47e60e387bf6a762 (patch)
treed64ed2fa48932fe3f60c9302795970b7fe4a99b6
parentf4b07a78c42346d8a28a8291be24df6a179ef4fb (diff)
downloadopenttd-6de7106d0f0facde16ddd09a47e60e387bf6a762.tar.xz
(svn r12763) -Fix: some headers were missing/still included in the MSVC project files.
-rw-r--r--projects/openttd_vs80.vcproj6
-rw-r--r--projects/openttd_vs90.vcproj6
-rw-r--r--source.list3
3 files changed, 3 insertions, 12 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj
index 1ed534e8a..584203eb1 100644
--- a/projects/openttd_vs80.vcproj
+++ b/projects/openttd_vs80.vcproj
@@ -1180,10 +1180,6 @@
>
</File>
<File
- RelativePath=".\..\src\newgrf_string_type.h"
- >
- </File>
- <File
RelativePath=".\..\src\newgrf_text.h"
>
</File>
@@ -2296,7 +2292,7 @@
>
</File>
<File
- RelativePath=".\..\src\misc\smallveh.h"
+ RelativePath=".\..\src\misc\smallvec.h"
>
</File>
<File
diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj
index 96ba1b1e6..3d460cf9d 100644
--- a/projects/openttd_vs90.vcproj
+++ b/projects/openttd_vs90.vcproj
@@ -1177,10 +1177,6 @@
>
</File>
<File
- RelativePath=".\..\src\newgrf_string_type.h"
- >
- </File>
- <File
RelativePath=".\..\src\newgrf_text.h"
>
</File>
@@ -2293,7 +2289,7 @@
>
</File>
<File
- RelativePath=".\..\src\misc\smallveh.h"
+ RelativePath=".\..\src\misc\smallvec.h"
>
</File>
<File
diff --git a/source.list b/source.list
index b8f480abc..16d4412b2 100644
--- a/source.list
+++ b/source.list
@@ -216,7 +216,6 @@ newgrf_sound.h
newgrf_spritegroup.h
newgrf_station.h
newgrf_storage.h
-newgrf_string_type.h
newgrf_text.h
newgrf_town.h
newgrf_townname.h
@@ -521,7 +520,7 @@ misc/dbg_helpers.cpp
misc/dbg_helpers.h
misc/fixedsizearray.hpp
misc/hashtable.hpp
-misc/smallveh.h
+misc/smallvec.h
misc/str.hpp
misc/strapi.hpp