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 /projects | |
parent | acafc26426f7725d519815ea25d6edddc67b3fa2 (diff) | |
download | openttd-8fa715e43b54c2d3dd9597a9c02edf95c9e1d9bf.tar.xz |
(svn r12763) -Fix: some headers were missing/still included in the MSVC project files.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 6 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 6 |
2 files changed, 2 insertions, 10 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 |