Skip to content

Commit dcfd85a

Browse files
committed
Merge #16750: msbuild: adds bench_bitcoin to auto generated project files
d53d591 Added the bench_bitcoin project to the list automatically produced by the msvc-autogen python script. (Aaron Clauson) Pull request description: As discussed in #16747. The msbuild bench_bitcoin project is currently missing a number of classes. Rather than add them manually this PR adds bench_bitcoin to the list of project files that are auto generated from the main make files. ACKs for top commit: practicalswift: ACK d53d591 fanquake: ACK d53d591 - Thanks for following up quickly. Tree-SHA512: dd767f3d8b1641a736a868b0ab5173369ab68dc42b5ac60f26e1d435a1813caad494aee175fc54b457a82e2faf36b9676ea35414c7d93c240d2e069434714f03
2 parents b7ff389 + d53d591 commit dcfd85a

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

build_msvc/bench_bitcoin/bench_bitcoin.vcxproj renamed to build_msvc/bench_bitcoin/bench_bitcoin.vcxproj.in

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,7 @@
99
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
1010
</PropertyGroup>
1111
<ItemGroup>
12-
<ClCompile Include="..\..\src\test\util.cpp" />
13-
<ClCompile Include="..\..\src\test\setup_common.cpp" />
14-
<ClCompile Include="..\..\src\bench\base58.cpp" />
15-
<ClCompile Include="..\..\src\bench\bech32.cpp" />
16-
<ClCompile Include="..\..\src\bench\bench.cpp" />
17-
<ClCompile Include="..\..\src\bench\bench_bitcoin.cpp" />
18-
<ClCompile Include="..\..\src\bench\ccoins_caching.cpp" />
19-
<ClCompile Include="..\..\src\bench\checkblock.cpp" />
20-
<ClCompile Include="..\..\src\bench\checkqueue.cpp" />
21-
<ClCompile Include="..\..\src\bench\coin_selection.cpp" />
22-
<ClCompile Include="..\..\src\bench\crypto_hash.cpp" />
23-
<ClCompile Include="..\..\src\bench\data.cpp" />
24-
<ClCompile Include="..\..\src\bench\examples.cpp" />
25-
<ClCompile Include="..\..\src\bench\lockedpool.cpp" />
26-
<ClCompile Include="..\..\src\bench\mempool_eviction.cpp" />
27-
<ClCompile Include="..\..\src\bench\rpc_blockchain.cpp" />
28-
<ClCompile Include="..\..\src\bench\rpc_mempool.cpp" />
29-
<ClCompile Include="..\..\src\bench\merkle_root.cpp" />
30-
<ClCompile Include="..\..\src\bench\rollingbloom.cpp" />
31-
<ClCompile Include="..\..\src\bench\wallet_balance.cpp" />
32-
<ClCompile Include="..\..\src\bench\verify_script.cpp" />
12+
@SOURCE_FILES@
3313
</ItemGroup>
3414
<ItemGroup>
3515
<ProjectReference Include="..\libbitcoinconsensus\libbitcoinconsensus.vcxproj">

build_msvc/msvc-autogen.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
'libbitcoin_wallet_tool',
1818
'libbitcoin_wallet',
1919
'libbitcoin_zmq',
20+
'bench_bitcoin',
2021
]
2122

2223
ignore_list = [

0 commit comments

Comments
 (0)