aboutsummaryrefslogtreecommitdiff
path: root/build_msvc/bitcoind
diff options
context:
space:
mode:
authorChun Kuan Lee <ken2812221@gmail.com>2018-10-03 00:34:28 +0800
committerChun Kuan Lee <ken2812221@gmail.com>2019-02-01 00:28:50 +0800
commit82dcacb822f41917520ca62f3e1c8248997ab99c (patch)
treeb21a0d7b2b50b1d002aa44484841644e14f02ce3 /build_msvc/bitcoind
parent52091066be15a86a38c4db182338808f9316c35a (diff)
downloadbitcoin-82dcacb822f41917520ca62f3e1c8248997ab99c.tar.xz
msvc: build leveldb locally
Diffstat (limited to 'build_msvc/bitcoind')
-rw-r--r--build_msvc/bitcoind/bitcoind.vcxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/build_msvc/bitcoind/bitcoind.vcxproj b/build_msvc/bitcoind/bitcoind.vcxproj
index cd00452fdd..9a071f3bdd 100644
--- a/build_msvc/bitcoind/bitcoind.vcxproj
+++ b/build_msvc/bitcoind/bitcoind.vcxproj
@@ -183,6 +183,9 @@
<ProjectReference Include="..\libsecp256k1\libsecp256k1.vcxproj">
<Project>{bb493552-3b8c-4a8c-bf69-a6e7a51d2ea6}</Project>
</ProjectReference>
+ <ProjectReference Include="..\libleveldb\libleveldb.vcxproj">
+ <Project>{18430fef-6b61-4c53-b396-718e02850f1b}</Project>
+ </ProjectReference>
</ItemGroup>
<Import Label="configTarget" Project="..\common.vcxproj" />
</Project>