Merge libraries

  • Thread starter Thread starter Tanja Krammer
  • Start date Start date
T

Tanja Krammer

Dear experts,
is it possible to include dependend library into target library at compile
time (when creating static library) in VS 2003.
Thank you
 
Tanja said:
Dear experts,
is it possible to include dependend library into target library at
compile time (when creating static library) in VS 2003.

Just add the other libraries into your project. They should be merged into
the resulting library automatically.

-cd
 
Back
Top