Re: Building a framework around a Makefile generated dylib
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