Re: Xcode settings for generating library
Re: Xcode settings for generating library
- Subject: Re: Xcode settings for generating library
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 26 Jan 2009 19:19:47 -0700
On Jan 26, 2009, at 6:09 PM, Ken G. Brown wrote:
I have an Apple example project that I would like to change parts
into a library instead of an application.
What all Xcode settings do I need to change?
In the targets tab of the project, you need to create a new library
target, make your application dependent on the library target, add the
requisite files and shared libraries to the library target (don't
forget to remove them from the application target), and finally, add
the output of the library target to the libraries list of the
application.
Nick Zitzmann
<http://seiryu.home.comcast.net/>
_______________________________________________
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