summaryrefslogtreecommitdiff
path: root/MSVC_NMake/README.txt
Commit message (Collapse)AuthorAgeFilesLines
* NMake Makefiles: Use toolset version in DLL filename by defaultChun-wei Fan2020-06-181-0/+5
| | | | | | | | | | | 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.
* Update MSVC_NMake/READMEChun-wei Fan2020-06-181-2/+9
| | | | Fix some typos and reflect the build information more accurately
* build: Add a README.txt for Visual Studio buildsChun-wei Fan2018-09-101-0/+48