Skip to content

Commit d53d591

Browse files
committed
Added the bench_bitcoin project to the list automatically produced by the msvc-autogen python script.
1 parent fc5b756 commit d53d591

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)