diff options
author | rubidium <rubidium@openttd.org> | 2008-04-18 09:40:00 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-04-18 09:40:00 +0000 |
commit | 8fa715e43b54c2d3dd9597a9c02edf95c9e1d9bf (patch) | |
tree | d64ed2fa48932fe3f60c9302795970b7fe4a99b6 | |
parent | acafc26426f7725d519815ea25d6edddc67b3fa2 (diff) | |
download | openttd-8fa715e43b54c2d3dd9597a9c02edf95c9e1d9bf.tar.xz |
(svn r12763) -Fix: some headers were missing/still included in the MSVC project files.
-rw-r--r-- | projects/openttd_vs80.vcproj | 6 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 6 | ||||
-rw-r--r-- | source.list | 3 |
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 |