Browse Source
Merge pull request #558 from DeckerSU/dev-decker-dev
Fix Windows build. Add groestl.c to MSVC project.
dev
jl777
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
0 deletions
-
marketmaker.vcxproj
-
marketmaker.vcxproj.filters
|
|
@ -248,6 +248,7 @@ |
|
|
|
<ClCompile Include="crypto777\scrypt.c" /> |
|
|
|
<ClCompile Include="crypto777\tweetnacl.c" /> |
|
|
|
<ClCompile Include="iguana\exchanges\mm.c" /> |
|
|
|
<ClCompile Include="iguana\groestl.c" /> |
|
|
|
<ClCompile Include="iguana\mini-gmp.c" /> |
|
|
|
<ClCompile Include="iguana\secp256k1\src\secp256k1.c" /> |
|
|
|
<ClCompile Include="iguana\segwit_addr.c" /> |
|
|
|
|
|
@ -293,6 +293,9 @@ |
|
|
|
<ClCompile Include="iguana\segwit_addr.c"> |
|
|
|
<Filter>Source Files</Filter> |
|
|
|
</ClCompile> |
|
|
|
<ClCompile Include="iguana\groestl.c"> |
|
|
|
<Filter>Source Files</Filter> |
|
|
|
</ClCompile> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Text Include="ReadMe.txt" /> |
|
|
|