From a58b719cf75e2d97205ec260bcff0d4780fe4fb8 Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Mon, 19 Oct 2020 15:34:21 -0400 Subject: Do not compile BDB things when USE_BDB is defined --- build_msvc/bitcoin_config.h | 6 ++++++ build_msvc/libbitcoin_wallet/libbitcoin_wallet.vcxproj.in | 3 +++ 2 files changed, 9 insertions(+) (limited to 'build_msvc') diff --git a/build_msvc/bitcoin_config.h b/build_msvc/bitcoin_config.h index c1433d4852..2e6101a52e 100644 --- a/build_msvc/bitcoin_config.h +++ b/build_msvc/bitcoin_config.h @@ -38,6 +38,12 @@ /* Define to 1 to enable wallet functions */ #define ENABLE_WALLET 1 +/* Define to 1 to enable BDB wallet */ +#define USE_BDB 1 + +/* Define to 1 to enable SQLite wallet */ +#define USE_SQLITE 1 + /* Define to 1 to enable ZMQ functions */ #define ENABLE_ZMQ 1 diff --git a/build_msvc/libbitcoin_wallet/libbitcoin_wallet.vcxproj.in b/build_msvc/libbitcoin_wallet/libbitcoin_wallet.vcxproj.in index 9c8279c72a..613d5c7199 100644 --- a/build_msvc/libbitcoin_wallet/libbitcoin_wallet.vcxproj.in +++ b/build_msvc/libbitcoin_wallet/libbitcoin_wallet.vcxproj.in @@ -8,6 +8,9 @@ StaticLibrary + + + @SOURCE_FILES@ -- cgit v1.2.3