I am currently providing a static library using vs2008. I am creating my own static library. However, since I am using another static library, there is a way that I install it as one static library. The reason is that they will call functions in my library that depend on this other static library (.lib). I am not sure how to do this and you need help.
source
share