diff options
author | smatz <smatz@openttd.org> | 2008-12-26 13:50:46 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2008-12-26 13:50:46 +0000 |
commit | 2e2086f3f884487b4f456bd4b4c1e21f96987b59 (patch) | |
tree | d8863f9851929f98f51e3a934f8dff902ae3e3d4 /projects | |
parent | 435d92044831a6f8b1cf8b6b2f355ec41a256651 (diff) | |
download | openttd-2e2086f3f884487b4f456bd4b4c1e21f96987b59.tar.xz |
(svn r14742) -Codechange: use SmallMap in two cases to reduce compilation time and binary size
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 14e40af4b..98684df06 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1708,6 +1708,10 @@ > </File> <File + RelativePath=".\..\src\core\smallmap_type.hpp" + > + </File> + <File RelativePath=".\..\src\core\smallvec_type.hpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index af6498bd1..b4b2e13ba 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1705,6 +1705,10 @@ > </File> <File + RelativePath=".\..\src\core\smallmap_type.hpp" + > + </File> + <File RelativePath=".\..\src\core\smallvec_type.hpp" > </File> |