From 8243b651135ce5b682a3a92ace715a5185795e52 Mon Sep 17 00:00:00 2001 From: Allan CORNET Date: Tue, 8 Nov 2022 19:41:42 +0100 Subject: [PATCH] force explicit link of boost libraries --- boost/boost/config/user.hpp | 2 +- boost/update_files.bat | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/boost/boost/config/user.hpp b/boost/boost/config/user.hpp index 1ca4b17a8..d016f2ab1 100644 --- a/boost/boost/config/user.hpp +++ b/boost/boost/config/user.hpp @@ -107,7 +107,7 @@ // build variant will be automatically selected and linked against, // simply by the act of including one of that library's headers. // This macro turns that feature off. -// #define BOOST_ALL_NO_LIB +#define BOOST_ALL_NO_LIB // BOOST_WHATEVER_NO_LIB: Tells the config system not to automatically // select which library to link against for library "whatever", diff --git a/boost/update_files.bat b/boost/update_files.bat index da61ffc38..9829fa322 100644 --- a/boost/update_files.bat +++ b/boost/update_files.bat @@ -1,3 +1,5 @@ +rem .\boost\boost\config\user.hpp +rem BOOST_ALL_DYN_LINK and BOOST_ALL_NO_LIB must be enabled set VC_VERSION=vc143 set BOOST_VERSION=x32-1_80 set SRC=E:\boost_1_80_0-32\lib32-msvc-14.3