Building a framework around a Makefile generated dylib
Building a framework around a Makefile generated dylib
- Subject: Building a framework around a Makefile generated dylib
- From: Mark Lucas <email@hidden>
- Date: Wed, 1 Mar 2006 15:25:45 -0500
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.
Thanks in advance.
Mark
_______________________________________________
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