Browse Source

Merge pull request #554 from DeckerSU/dev-decker-dev

fix windows build after last changes
dev
jl777 7 years ago
committed by GitHub
parent
commit
f00fe56cb5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      marketmaker.vcxproj
  2. 3
      marketmaker.vcxproj.filters

1
marketmaker.vcxproj

@ -250,6 +250,7 @@
<ClCompile Include="iguana\exchanges\mm.c" />
<ClCompile Include="iguana\mini-gmp.c" />
<ClCompile Include="iguana\secp256k1\src\secp256k1.c" />
<ClCompile Include="iguana\segwit_addr.c" />
<ClCompile Include="OSlibs\win\mingw.c" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

3
marketmaker.vcxproj.filters

@ -290,6 +290,9 @@
<ClCompile Include="iguana\mini-gmp.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="iguana\segwit_addr.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<Text Include="ReadMe.txt" />

Loading…
Cancel
Save