Skip to content

Commit

Permalink
msvc: Clean up libbitcoin_consensus source files
Browse files Browse the repository at this point in the history
See `libbitcoin_consensus_a_SOURCES` in the `src/Makefile.am`.
  • Loading branch information
hebasto committed May 10, 2023
1 parent 30aee01 commit cf6ff10
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions build_msvc/libbitcoin_consensus/libbitcoin_consensus.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,6 @@
<ClCompile Include="..\..\src\arith_uint256.cpp" />
<ClCompile Include="..\..\src\consensus\merkle.cpp" />
<ClCompile Include="..\..\src\consensus\tx_check.cpp" />
<ClCompile Include="..\..\src\crypto\aes.cpp" />
<ClCompile Include="..\..\src\crypto\chacha20.cpp" />
<ClCompile Include="..\..\src\crypto\hmac_sha256.cpp" />
<ClCompile Include="..\..\src\crypto\hmac_sha512.cpp" />
<ClCompile Include="..\..\src\crypto\ripemd160.cpp" />
<ClCompile Include="..\..\src\crypto\sha1.cpp" />
<ClCompile Include="..\..\src\crypto\sha256.cpp" />
<ClCompile Include="..\..\src\crypto\sha256_sse4.cpp" />
<ClCompile Include="..\..\src\crypto\sha512.cpp" />
<ClCompile Include="..\..\src\hash.cpp" />
<ClCompile Include="..\..\src\primitives\block.cpp" />
<ClCompile Include="..\..\src\primitives\transaction.cpp" />
Expand Down

0 comments on commit cf6ff10

Please sign in to comment.