Incorporating 3rd party static libraries into a composite static library.
Incorporating 3rd party static libraries into a composite static library.
- Subject: Incorporating 3rd party static libraries into a composite static library.
- From: "Shawn Erickson" <email@hidden>
- Date: Wed, 22 Mar 2006 13:47:53 -0800
We are building an Xcode based build system to replace an existing
make based build system and I have the need to incorporate a set of
third party static libraries into one of our own static libraries (the
build system for the rest of our products expect just a single library
which has the 3rd party code and a our own code in it).
The existing make system uses ar (ar x) to explode the 3rd party
libraries and then uses ar (ar q) to append the resulting object files
into our library which itself was made using ar (ar cq).
The Xcode project current has a single static library target in it
that currently compiles our library code and generates a static
library using libtool. Anyway I am looking for suggestions on the
RightWay(TM) to do this in Xcode.
I am familiar with script phases, etc. so don't worry about needing to
explain that aspect of Xcode.
-Shawn
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden