Update source.list and project files with btree headers.

This commit is contained in:
Jonathan G Rennison
2017-02-07 19:16:20 +00:00
parent b4cfb1adbc
commit 3d0ed3547b
7 changed files with 135 additions and 0 deletions

View File

@@ -1289,6 +1289,13 @@
<ClCompile Include="..\src\os\windows\win32.cpp" />
<ClInclude Include="..\src\thread\thread.h" />
<ClCompile Include="..\src\thread\thread_win32.cpp" />
<ClInclude Include="..\src\3rdparty\cpp-btree\btree.h" />
<ClInclude Include="..\src\3rdparty\cpp-btree\btree_container.h" />
<ClInclude Include="..\src\3rdparty\cpp-btree\btree_map.h" />
<ClInclude Include="..\src\3rdparty\cpp-btree\btree_set.h" />
<ClInclude Include="..\src\3rdparty\cpp-btree\safe_btree.h" />
<ClInclude Include="..\src\3rdparty\cpp-btree\safe_btree_map.h" />
<ClInclude Include="..\src\3rdparty\cpp-btree\safe_btree_set.h" />
</ItemGroup>
<ItemGroup>
<None Include="..\media\openttd.ico" />