Re: Incorporating 3rd party static libraries into a composite static library.
Re: Incorporating 3rd party static libraries into a composite static library.
- Subject: Re: Incorporating 3rd party static libraries into a composite static library.
- From: "Shawn Erickson" <email@hidden>
- Date: Wed, 22 Mar 2006 16:05:58 -0800
On 3/22/06, Shawn Erickson <email@hidden> wrote:
> 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.
Unless I am mistaken it looks as simple as adding the 3rd party
libraries to the library target (part of the link phase).
-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