fanquake
3a0b352c63
refactor: move url.h/cpp from lib util to lib common
2 years ago
Russell Yanofsky
0660119ac3
Drop unintended bitcoin-tx dependency on libevent
...
Don't include util/url.cpp to libbitcoin_util.a when libevent isn't available.
This fixes a compile error trying to build bitcoin-tx without libevent reported
by Luke Dashjr in https://github.com/bitcoin/bitcoin/issues/18465
Fixes #18465
5 years ago
nicolas.dorier
08c721dab2
[MSVC] Copy build output to src/ automatically after build
5 years ago
Aaron Clauson
750d1bc7df
Cleaned up and consolidated msvc build files to allow faster builds and easier migration to vs2019.
5 years ago
Chun Kuan Lee
4a5e52cb51
msvc: Use a single file to specify the include path
6 years ago
Chun Kuan Lee
8a1f0a38d4
scripted-diff: Remove NDEBUG pre-define
...
-BEGIN VERIFY SCRIPT-
sed -i 's/NDEBUG;//g' $(git grep --name-only 'NDEBUG;' build_msvc)
-END VERIFY SCRIPT-
6 years ago
Chun Kuan Lee
0b16f679d5
auto generate MSVC project files
6 years ago
Aaron Clauson
ef7beaea6a
Visual Studio build configuration for Bitcoin Core
6 years ago