We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2619657 commit d960d4fCopy full SHA for d960d4f
build_msvc/libsecp256k1/libsecp256k1.vcxproj
@@ -8,6 +8,8 @@
8
<ConfigurationType>StaticLibrary</ConfigurationType>
9
</PropertyGroup>
10
<ItemGroup>
11
+ <ClCompile Include="..\..\src\secp256k1\src\precomputed_ecmult.c" />
12
+ <ClCompile Include="..\..\src\secp256k1\src\precomputed_ecmult_gen.c" />
13
<ClCompile Include="..\..\src\secp256k1\src\secp256k1.c" />
14
</ItemGroup>
15
<ItemDefinitionGroup>
0 commit comments