diff options
author | smatz <smatz@openttd.org> | 2008-05-07 18:31:29 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2008-05-07 18:31:29 +0000 |
commit | 8a422e34df9e3e80e2be42aad63054c96459f2e9 (patch) | |
tree | ea776ead1303bca953cbbccb0a0e78e08c7eaa45 /projects | |
parent | cc107fe0f9af574305256e39fb41f53a36c546dc (diff) | |
download | openttd-8a422e34df9e3e80e2be42aad63054c96459f2e9.tar.xz |
(svn r12995) -Codechange: use std::vector for EngineList instead of C/C++ wrapper for CBlobT
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 39fdbba28..db5f8a4f4 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -588,10 +588,6 @@ > </File> <File - RelativePath=".\..\src\helpers.cpp" - > - </File> - <File RelativePath=".\..\src\landscape.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index dca3e8d43..9e6b488e1 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -585,10 +585,6 @@ > </File> <File - RelativePath=".\..\src\helpers.cpp" - > - </File> - <File RelativePath=".\..\src\landscape.cpp" > </File> |