sources from https://taglib.github.io/


mkdir c:\code\taglib-1.10\build
cd c:\code\taglib-1.10\build
cmake -DENABLE_STATIC=ON -DENABLE_STATIC_RUNTIME=ON -G "Visual Studio 14 2015" ..
Open solution in VS
make sure runtime is set to MT(d)
make sure pdb is set to $(IntDir)$(TargetName).pdb
set TargetName to tag(d)
make sure relwithdebinfo has whole program optimization set to ltgo

copy files and package