Hennadii Stepanov
|
30aee016f1
|
scripted-diff: Rename `libbitcoinconsensus` to `libbitcoin_consensus`
This build artifact is not a user-exposed shared library (DLL) but a
convenience static library.
See: https://github.com/bitcoin/bitcoin/blob/master/doc/design/libraries.md
-BEGIN VERIFY SCRIPT-
sed -i 's/libbitcoinconsensus/libbitcoin_consensus/g' $(git grep -l "libbitcoinconsensus" -- build_msvc)
git mv build_msvc/libbitcoinconsensus build_msvc/libbitcoin_consensus
git mv build_msvc/libbitcoin_consensus/libbitcoinconsensus.vcxproj build_msvc/libbitcoin_consensus/libbitcoin_consensus.vcxproj
-END VERIFY SCRIPT-
|
2 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
|
52091066be
|
msvc: build secp256k1 locally
|
6 years ago |
Aaron Clauson
|
ef7beaea6a
|
Visual Studio build configuration for Bitcoin Core
|
6 years ago |