From 62c221a845b42b054df7f63848e348445356509f Mon Sep 17 00:00:00 2001 From: fonsinchen Date: Sun, 20 Oct 2013 13:45:50 +0000 Subject: (svn r25888) -Codechange: Add a smallstack type. --- projects/openttd_vs100.vcxproj | 1 + projects/openttd_vs100.vcxproj.filters | 3 +++ projects/openttd_vs80.vcproj | 4 ++++ projects/openttd_vs90.vcproj | 4 ++++ source.list | 1 + 5 files changed, 13 insertions(+) diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index c632a3a01..c693d4d46 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -676,6 +676,7 @@ + diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters index 3146a2427..9d8c0e17e 100644 --- a/projects/openttd_vs100.vcxproj.filters +++ b/projects/openttd_vs100.vcxproj.filters @@ -1257,6 +1257,9 @@ Core Source Code + + Core Source Code + Core Source Code diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 30bb9df72..3fb9e9e29 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1982,6 +1982,10 @@ RelativePath=".\..\src\core\smallmatrix_type.hpp" > + + diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 61a3d5130..ea184d8aa 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1979,6 +1979,10 @@ RelativePath=".\..\src\core\smallmatrix_type.hpp" > + + diff --git a/source.list b/source.list index 04b6ed45e..2199f7280 100644 --- a/source.list +++ b/source.list @@ -426,6 +426,7 @@ core/random_func.cpp core/random_func.hpp core/smallmap_type.hpp core/smallmatrix_type.hpp +core/smallstack_type.hpp core/smallvec_type.hpp core/sort_func.hpp core/string_compare_type.hpp -- cgit v1.2.3-54-g00ecf