- https://github.com/downloads/taglib/taglib/taglib-1.8.tar.gz
- vs solution build with cmake (without zlib, use 13 if cmake supports it):
  cmake -DENABLE_STATIC=ON -DENABLE_STATIC_RUNTIME=ON -G "Visual Studio 12" ..
- add the following to the "tag" project target debug preprocessor definitions:
  _SECURE_SCL=0;_HAS_ITERATOR_DEBUGGING=0;

- enable sse2 for release
- build release and debug target of tag with vs2013
- rename them appropriated
- copy all headers from ./taglib