File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 9090 <AdditionalOptions >/utf-8 /Zc:__cplusplus /std:c++20 %(AdditionalOptions)</AdditionalOptions >
9191 <DisableSpecificWarnings >4018;4244;4267;4715;4805</DisableSpecificWarnings >
9292 <TreatWarningAsError >true</TreatWarningAsError >
93- <PreprocessorDefinitions >_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;ZMQ_STATIC;NOMINMAX;WIN32;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CONSOLE;_WIN32_WINNT=0x0601;_WIN32_IE=0x0501;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions >
93+ <PreprocessorDefinitions >_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;SECP256K1_STATIC; ZMQ_STATIC;NOMINMAX;WIN32;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CONSOLE;_WIN32_WINNT=0x0601;_WIN32_IE=0x0501;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions >
9494 <AdditionalIncludeDirectories >..\..\src;..\..\src\minisketch\include;..\..\src\univalue\include;..\..\src\secp256k1\include;..\..\src\leveldb\include;..\..\src\leveldb\helpers\memenv;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
9595 </ClCompile >
9696 <Link >
Original file line number Diff line number Diff line change @@ -714,6 +714,8 @@ case $host in
714714 AC_MSG_ERROR ( [ windres not found] )
715715 fi
716716
717+ CORE_CPPFLAGS="$CORE_CPPFLAGS -DSECP256K1_STATIC"
718+
717719 CORE_CPPFLAGS="$CORE_CPPFLAGS -D_MT -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -D_WIN32_IE=0x0501 -DWIN32_LEAN_AND_MEAN"
718720 dnl Prevent the definition of min/max macros.
719721 dnl We always want to use the standard library.
You can’t perform that action at this time.
0 commit comments