File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313
1414 <!-- Linkage -->
1515
16- <ItemDefinitionGroup >
16+ <ItemDefinitionGroup Condition = " '$(Linkage-libbitcoin-consensus)' != 'none' " >
1717 <ClCompile >
1818 <AdditionalIncludeDirectories >$(ProjectDir)..\..\..\..\..\libbitcoin-consensus\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
1919 <PreprocessorDefinitions Condition =" '$(Option-secp256k1)' == 'true'" >USE_SECP256K1;%(PreprocessorDefinitions)</PreprocessorDefinitions >
4747
4848 <!-- Messages -->
4949
50- <Target Name =" libbitcoin-consensus-option-info" BeforeTargets =" PrepareForBuild" >
50+ <Target Name =" libbitcoin-consensus-option-info" BeforeTargets =" PrepareForBuild" Condition = " '$(Linkage-libbitcoin-consensus)' != 'none' " >
5151 <Message Text =" Option-secp256k1 : $(Option-secp256k1)" Importance =" high" />
5252 </Target >
5353
You can’t perform that action at this time.
0 commit comments