• 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: Building a framework around a Makefile generated dylib
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building a framework around a Makefile generated dylib


  • Subject: Re: Building a framework around a Makefile generated dylib
  • From: Chris Espinosa <email@hidden>
  • Date: Wed, 1 Mar 2006 13:23:33 -0800

On Mar 1, 2006, at 12:25 PM, Mark Lucas wrote:

with xcode 2.2 I'd like to construct a framework out of the products generated through an external target (Makefile).


I've got the external target working, running the external Makefile system and generating a dylib.


I'd like to wrap the headers and the dylib in a framework,


I've created a new Cocoa framework target and made the external makefile target a dependency.


How do I pick up the external dylib product and put it in the framework?  I've tried adding a copy files phase, but I'm not sure which category I should choose from the pulldown or what path I should set.


The major issue is making sure that you follow the per-configuration build locations, because that's where the framework project is going to expect to pick the dylib up from.  That means making sure that your makefile builds the dylib into $(BUILT_PRODUCTS_DIR).

Chris
 _______________________________________________
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: 
 >Building a framework around a Makefile generated dylib (From: Mark Lucas <email@hidden>)

  • Prev by Date: Re: suppress prefix header?
  • Next by Date: Re: Writing Xcode Plug-ins?
  • Previous by thread: Building a framework around a Makefile generated dylib
  • Next by thread: Re: Constants not linked
  • Index(es):
    • Date
    • Thread