mingw's ar works just fine on *.lib files - even ones created under VisualStudio.
We've actually used it in the past to pull out parts of a library we needed when it contained some other stuff we couldn't link with (due to conflicts with other libraries). Kinda hacky, but it works.