Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-02 | Drop unintended bitcoin-tx dependency on libevent | Russell Yanofsky | |
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 | |||
2019-07-01 | [MSVC] Copy build output to src/ automatically after build | nicolas.dorier | |
2019-06-19 | Cleaned up and consolidated msvc build files to allow faster builds and ↵ | Aaron Clauson | |
easier migration to vs2019. | |||
2019-03-01 | msvc: Use a single file to specify the include path | Chun Kuan Lee | |
2019-02-17 | scripted-diff: Remove NDEBUG pre-define | Chun Kuan Lee | |
-BEGIN VERIFY SCRIPT- sed -i 's/NDEBUG;//g' $(git grep --name-only 'NDEBUG;' build_msvc) -END VERIFY SCRIPT- | |||
2018-08-26 | auto generate MSVC project files | Chun Kuan Lee | |
2018-08-10 | Visual Studio build configuration for Bitcoin Core | Aaron Clauson | |