• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Incorporating 3rd party static libraries into a composite static library.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Incorporating 3rd party static libraries into a composite static library. (From: "Shawn Erickson" <email@hidden>)

  • Prev by Date: Problem importing from CodeWarrior into Xcode (2.2.1)
  • Next by Date: Conditional include in Build ResourceManager Resources?
  • Previous by thread: Incorporating 3rd party static libraries into a composite static library.
  • Next by thread: Problem importing from CodeWarrior into Xcode (2.2.1)
  • Index(es):
    • Date
    • Thread