summaryrefslogtreecommitdiff
path: root/MSVC_NMake/README.txt
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2020-06-16 14:32:21 +0800
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2020-06-18 11:05:55 +0200
commitae7ef5eb5c474308971cf2ee0deec1ff40314fad (patch)
tree4590a7291ef7e3160893dc50ef93d9091732046e /MSVC_NMake/README.txt
parentd2deab4c6da9ed77126791b42c8be257c46b0e89 (diff)
downloadsigc++-ae7ef5eb5c474308971cf2ee0deec1ff40314fad.tar.gz
NMake Makefiles: Use toolset version in DLL filename by default
The libsigc++ DLL and .lib was only named 'sigc-vc150(d)-3_0' until the previous patches in this series improved Visual Studio 2019 support to name the DLL and .lib by using 'sigc-vc160(d)-3_0'. This updates the naming of the DLL and .lib to the toolset version as defined by Microsoft by default, i.e. 'vc141' for Visual Studio 2017 and 'vc142' for Visual Studio 2019. If the former DLL naming ('vc150') is desired, passing 'USE_COMPAT_LIBS=1' will achive this.
Diffstat (limited to 'MSVC_NMake/README.txt')
-rw-r--r--MSVC_NMake/README.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/MSVC_NMake/README.txt b/MSVC_NMake/README.txt
index d39fd59..63c021e 100644
--- a/MSVC_NMake/README.txt
+++ b/MSVC_NMake/README.txt
@@ -46,6 +46,11 @@ PREFIX: Optional. Base directory of where the third-party headers, libraries
$(X) is the short version of the Visual Studio used, as follows:
2017: 15
+USE_COMPAT_LIBS: Build the sigc++ DLL and .lib with the filename
+ 'sigc-vc150(d)-3_0' for all builds. This is for
+ compatibility reasons, if re-building dependent code is not
+ convenient, for instance
+
Explanation of options, set by <option>=1:
------------------------------------------
BOOST_DLL: When building the benchmark, link to a DLL build of the Boost