Well this is how I've been trying to do it:
1. Get newest snapshot from Github
2. Run Cmake on it, unticking BUILD_SHARED_LIBS and ticking STATIC_STD_LIBS
3. Open .sln file with Visual Studio
4. Run build on ALL_BUILD and it results -d libraries only
(if release then there is no -d, but are still dyn linked).
I believe I missed something here in build options and thats the part where I'm confused.