From 3d0ed3547bcf15541a85cc51ba8543f0ca41fc4a Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Tue, 7 Feb 2017 19:16:20 +0000 Subject: [PATCH] Update source.list and project files with btree headers. --- projects/openttd_vs100.vcxproj | 7 ++++++ projects/openttd_vs100.vcxproj.filters | 24 +++++++++++++++++++ projects/openttd_vs140.vcxproj | 7 ++++++ projects/openttd_vs140.vcxproj.filters | 24 +++++++++++++++++++ projects/openttd_vs80.vcproj | 32 ++++++++++++++++++++++++++ projects/openttd_vs90.vcproj | 32 ++++++++++++++++++++++++++ source.list | 9 ++++++++ 7 files changed, 135 insertions(+) diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index a7abe4d1ab..35c2a47e56 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -1272,6 +1272,13 @@ + + + + + + + diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters index d996963c06..f43ab3b04f 100644 --- a/projects/openttd_vs100.vcxproj.filters +++ b/projects/openttd_vs100.vcxproj.filters @@ -100,6 +100,9 @@ {c76ff9f1-1e62-46d8-8d55-000000000032} + + {c76ff9f1-1e62-46d8-8d55-000000000033} + @@ -3045,6 +3048,27 @@ Threading + + Btree containers + + + Btree containers + + + Btree containers + + + Btree containers + + + Btree containers + + + Btree containers + + + Btree containers + diff --git a/projects/openttd_vs140.vcxproj b/projects/openttd_vs140.vcxproj index 67acda0402..9c720b87b5 100644 --- a/projects/openttd_vs140.vcxproj +++ b/projects/openttd_vs140.vcxproj @@ -1289,6 +1289,13 @@ + + + + + + + diff --git a/projects/openttd_vs140.vcxproj.filters b/projects/openttd_vs140.vcxproj.filters index d996963c06..f43ab3b04f 100644 --- a/projects/openttd_vs140.vcxproj.filters +++ b/projects/openttd_vs140.vcxproj.filters @@ -100,6 +100,9 @@ {c76ff9f1-1e62-46d8-8d55-000000000032} + + {c76ff9f1-1e62-46d8-8d55-000000000033} + @@ -3045,6 +3048,27 @@ Threading + + Btree containers + + + Btree containers + + + Btree containers + + + Btree containers + + + Btree containers + + + Btree containers + + + Btree containers + diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index fcd9c0e3a3..7809491c40 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -4487,6 +4487,38 @@ > + + + + + + + + + + + + + + + + diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index cd5eea9d4e..f3946b13c6 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -4484,6 +4484,38 @@ > + + + + + + + + + + + + + + + + diff --git a/source.list b/source.list index 59b2824ad0..25dfd357e5 100644 --- a/source.list +++ b/source.list @@ -1194,3 +1194,12 @@ thread/thread.h #else thread/thread_none.cpp #end + +# Btree containers +3rdparty/cpp-btree/btree.h +3rdparty/cpp-btree/btree_container.h +3rdparty/cpp-btree/btree_map.h +3rdparty/cpp-btree/btree_set.h +3rdparty/cpp-btree/safe_btree.h +3rdparty/cpp-btree/safe_btree_map.h +3rdparty/cpp-btree/safe_btree_set.h