Skip to content

Commit 30aee01

Browse files
committed
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-
1 parent 3777c75 commit 30aee01

File tree

10 files changed

+9
-9
lines changed

10 files changed

+9
-9
lines changed

build_msvc/bench_bitcoin/bench_bitcoin.vcxproj.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
@SOURCE_FILES@
1313
</ItemGroup>
1414
<ItemGroup>
15-
<ProjectReference Include="..\libbitcoinconsensus\libbitcoinconsensus.vcxproj">
15+
<ProjectReference Include="..\libbitcoin_consensus\libbitcoin_consensus.vcxproj">
1616
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
1717
</ProjectReference>
1818
<ProjectReference Include="..\libbitcoin_common\libbitcoin_common.vcxproj">

build_msvc/bitcoin-qt/bitcoin-qt.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ResourceCompile Include="..\..\src\qt\res\bitcoin-qt-res.rc" />
1414
</ItemGroup>
1515
<ItemGroup>
16-
<ProjectReference Include="..\libbitcoinconsensus\libbitcoinconsensus.vcxproj">
16+
<ProjectReference Include="..\libbitcoin_consensus\libbitcoin_consensus.vcxproj">
1717
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
1818
</ProjectReference>
1919
<ProjectReference Include="..\libbitcoin_cli\libbitcoin_cli.vcxproj">

build_msvc/bitcoin-tx/bitcoin-tx.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ClCompile Include="..\..\src\bitcoin-tx.cpp" />
1313
</ItemGroup>
1414
<ItemGroup>
15-
<ProjectReference Include="..\libbitcoinconsensus\libbitcoinconsensus.vcxproj">
15+
<ProjectReference Include="..\libbitcoin_consensus\libbitcoin_consensus.vcxproj">
1616
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
1717
</ProjectReference>
1818
<ProjectReference Include="..\libbitcoin_common\libbitcoin_common.vcxproj">

build_msvc/bitcoin-util/bitcoin-util.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ClCompile Include="..\..\src\bitcoin-util.cpp" />
1313
</ItemGroup>
1414
<ItemGroup>
15-
<ProjectReference Include="..\libbitcoinconsensus\libbitcoinconsensus.vcxproj">
15+
<ProjectReference Include="..\libbitcoin_consensus\libbitcoin_consensus.vcxproj">
1616
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
1717
</ProjectReference>
1818
<ProjectReference Include="..\libbitcoin_common\libbitcoin_common.vcxproj">

build_msvc/bitcoin-wallet/bitcoin-wallet.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</ClCompile>
1616
</ItemGroup>
1717
<ItemGroup>
18-
<ProjectReference Include="..\libbitcoinconsensus\libbitcoinconsensus.vcxproj">
18+
<ProjectReference Include="..\libbitcoin_consensus\libbitcoin_consensus.vcxproj">
1919
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
2020
</ProjectReference>
2121
<ProjectReference Include="..\libbitcoin_common\libbitcoin_common.vcxproj">

build_msvc/bitcoin.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio Version 16
33
VisualStudioVersion = 16.0.28803.452
44
MinimumVisualStudioVersion = 10.0.40219.1
5-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libbitcoinconsensus", "libbitcoinconsensus\libbitcoinconsensus.vcxproj", "{2B384FA8-9EE1-4544-93CB-0D733C25E8CE}"
5+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libbitcoin_consensus", "libbitcoin_consensus\libbitcoin_consensus.vcxproj", "{2B384FA8-9EE1-4544-93CB-0D733C25E8CE}"
66
EndProject
77
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bitcoind", "bitcoind\bitcoind.vcxproj", "{D4513DDF-6013-44DC-ADCC-12EAF6D1F038}"
88
EndProject

build_msvc/bitcoind/bitcoind.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</ClCompile>
1616
</ItemGroup>
1717
<ItemGroup>
18-
<ProjectReference Include="..\libbitcoinconsensus\libbitcoinconsensus.vcxproj">
18+
<ProjectReference Include="..\libbitcoin_consensus\libbitcoin_consensus.vcxproj">
1919
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
2020
</ProjectReference>
2121
<ProjectReference Include="..\libbitcoin_common\libbitcoin_common.vcxproj">

build_msvc/test_bitcoin-qt/test_bitcoin-qt.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<ClCompile Include="$(GeneratedFilesOutDir)\moc\moc_wallettests.cpp" />
2828
</ItemGroup>
2929
<ItemGroup>
30-
<ProjectReference Include="..\libbitcoinconsensus\libbitcoinconsensus.vcxproj">
30+
<ProjectReference Include="..\libbitcoin_consensus\libbitcoin_consensus.vcxproj">
3131
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
3232
</ProjectReference>
3333
<ProjectReference Include="..\libbitcoin_cli\libbitcoin_cli.vcxproj">

build_msvc/test_bitcoin/test_bitcoin.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<ProjectReference Include="..\libminisketch\libminisketch.vcxproj">
2323
<Project>{542007e3-be0d-4b0d-a6b0-aa8813e2558d}</Project>
2424
</ProjectReference>
25-
<ProjectReference Include="..\libbitcoinconsensus\libbitcoinconsensus.vcxproj">
25+
<ProjectReference Include="..\libbitcoin_consensus\libbitcoin_consensus.vcxproj">
2626
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
2727
</ProjectReference>
2828
<ProjectReference Include="..\libbitcoin_cli\libbitcoin_cli.vcxproj">

0 commit comments

Comments
 (0)