0

Is there a way (preferably in Visual Studio) to "pack" all used libraries of a library into that library? For example, using boost in your library and building the library with boost included automatically, so when you link it in visual studio, you only have to link your library, not boost.

l'arbre
  • 719
  • 2
  • 10
  • 29
  • 1
    Possible duplicate of [Linking static libraries to other static libraries](https://stackoverflow.com/questions/2157629/linking-static-libraries-to-other-static-libraries) – Rakete1111 Jun 16 '17 at 15:03
  • https://msdn.microsoft.com/en-us/library/e17b885t.aspx use this command to extract all the object files from all libraries and then use it again to combine them all into a new library. – Richard Hodges Jun 16 '17 at 15:11

0 Answers0