File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
project/libbitcoin-network/libbitcoin-network Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 347347 <option type =" enable" name =" ndebug" default =" yes" define =" NDEBUG" description =" Compile without debug assertions." />
348348 <option type =" enable" name =" shared" default =" yes" define =" BOOST_ALL_DYN_LINK" inherited =" true" description =" Required for dynamically linking boost test." />
349349
350+ <!-- WOLFSSL_USER_SETTINGS enables import of "user_settings.h" into wolfssl without source modification. -->
351+ <define name =" WOLFSSL_USER_SETTINGS" />
352+
350353 <dependency name =" boost" version =" 1.86.0" />
351354 <dependency name =" boost_unit_test_framework" option =" tests" />
352355 <dependency name =" bitcoin-system" version =" 4.0.0" />
Original file line number Diff line number Diff line change 1818 <AdditionalIncludeDirectories >$(ProjectDir)..\..\..\..\..\libbitcoin-network\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
1919 <AdditionalOptions >/bigobj %(AdditionalOptions)</AdditionalOptions >
2020 <PreprocessorDefinitions Condition =" '$(Linkage-libbitcoin-network)' == 'static' Or '$(Linkage-libbitcoin-network)' == 'ltcg'" >BCT_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions >
21+ <!-- WOLFSSL_USER_SETTINGS enables import of "user_settings.h" into wolfssl without source modification. -->
22+ <PreprocessorDefinitions >WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
2123 </ClCompile >
2224 <Link >
2325 <AdditionalDependencies Condition =" '$(Linkage-libbitcoin-network)' != ''" >libbitcoin-network.lib;%(AdditionalDependencies)</AdditionalDependencies >
Original file line number Diff line number Diff line change 1616 <EnablePREfast >false</EnablePREfast >
1717 <PreprocessorDefinitions Condition =" '$(ConfigurationType)' == 'DynamicLibrary'" >BCT_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
1818 <PreprocessorDefinitions Condition =" '$(ConfigurationType)' == 'StaticLibrary'" >BCT_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions >
19+ <!-- WOLFSSL_USER_SETTINGS enables import of "user_settings.h" into wolfssl without source modification. -->
20+ <PreprocessorDefinitions >WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
1921 </ClCompile >
2022 </ItemDefinitionGroup >
2123
You can’t perform that action at this time.
0 commit comments