I am having a two static library a.lib
and b.lib
(of C language) which is generated using VC6 (Visual studio 6.0) .
I want to merge these two libs into one static lib c.lib
. How to do this in CLI mode?
I have seen the merging of *nix static libs. I want to do the samething with VC6 static libs in CLI mode.