Re: Changing the type of a Target
Re: Changing the type of a Target
- Subject: Re: Changing the type of a Target
- From: Chris Espinosa <email@hidden>
- Date: Thu, 4 Mar 2004 10:57:08 -0800
On Mar 4, 2004, at 10:26 AM, Steve Sisak wrote:
How does one change the type of an XCode target (or create a new
target of a different type containing the same files/headers)?
The hard way:
1) Create a new target of the type you want
2) Open the old target and group-select everything in it
3) Drag it all to the new target
Specifically, I'd like to delete the main() of a unix application and
turn it into a static library which can used in a Carbon application.
You could change the "Library Style" setting in the target ("General"
group") to "Static," but there are so many other fiddly changes you
need to make that it's hardly worth it.
Chris
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.