summaryrefslogtreecommitdiff
path: root/build_windows/VS10/db_small.vcxproj
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-02-17 17:25:57 +0000
committer <>2015-03-17 16:26:24 +0000
commit780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch)
tree598f8b9fa431b228d29897e798de4ac0c1d3d970 /build_windows/VS10/db_small.vcxproj
parent7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff)
downloadberkeleydb-9e41dd441d73b7f3a6a79cdd2cba4a0abf3a2511.tar.gz
Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz.HEADdb-6.1.23master
Diffstat (limited to 'build_windows/VS10/db_small.vcxproj')
-rw-r--r--build_windows/VS10/db_small.vcxproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/build_windows/VS10/db_small.vcxproj b/build_windows/VS10/db_small.vcxproj
index 3c67d572..4849826e 100644
--- a/build_windows/VS10/db_small.vcxproj
+++ b/build_windows/VS10/db_small.vcxproj
@@ -150,6 +150,10 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
+ <ClCompile Include="..\..\src\blob\blob_fileops.c"/>
+ <ClCompile Include="..\..\src\blob\blob_page.c"/>
+ <ClCompile Include="..\..\src\blob\blob_stream.c"/>
+ <ClCompile Include="..\..\src\blob\blob_util.c"/>
<ClCompile Include="..\..\src\btree\bt_compact.c"/>
<ClCompile Include="..\..\src\btree\bt_compare.c"/>
<ClCompile Include="..\..\src\btree\bt_conv.c"/>
@@ -188,6 +192,7 @@
<ClCompile Include="..\..\lang\cxx\cxx_channel.cpp"/>
<ClCompile Include="..\..\lang\cxx\cxx_db.cpp"/>
<ClCompile Include="..\..\lang\cxx\cxx_dbc.cpp"/>
+ <ClCompile Include="..\..\lang\cxx\cxx_dbstream.cpp"/>
<ClCompile Include="..\..\lang\cxx\cxx_dbt.cpp"/>
<ClCompile Include="..\..\lang\cxx\cxx_env.cpp"/>
<ClCompile Include="..\..\lang\cxx\cxx_except.cpp"/>
@@ -324,6 +329,7 @@
<ClCompile Include="..\..\src\os_windows\os_map.c"/>
<ClCompile Include="..\..\src\os_windows\os_mkdir.c"/>
<ClCompile Include="..\..\src\os_windows\os_open.c"/>
+ <ClCompile Include="..\..\src\os_windows\os_rmdir.c"/>
<ClCompile Include="..\..\src\os\os_path.c"/>
<ClCompile Include="..\..\src\os_windows\os_rename.c"/>
<ClCompile Include="..\..\src\os_windows\os_rw.c"/>