The external libs are compiled so that they link to the static C runtime -- but it probably doesn't matter, since they are static libraries they don't link to anything anyway. Linking is done later, when compiling a binary that uses these static libs.
Anyway, if you end up with something that may be useful to other VC++ users, let me know