VS2012 allows you to archive the deps into your output so that you link your project to the one .lib file.
If I do not specify any of the deps in the extlib\libs-msvc during my compilation of SFML then my app, using sfml, is required to provide the .libs during it's link, but if I tell the "librarian" about your deps during the compilation of SFML then my app no longer needs to provide them.
That is, all except the ones in my original post, which I'm unsure how to resolve.
In contrast, when I link to your static .libs (sfml-xxxxx-s.lib) then everything is fine, I presume because everything required is provided in that .lib
I'm simply trying to create a single .lib containing everything, and so that I can get a PDB.