Re: new target questions
Re: new target questions
- Subject: Re: new target questions
- From: Chris Espinosa <email@hidden>
- Date: Tue, 5 Apr 2005 10:48:07 -0700
On Apr 5, 2005, at 12:23 AM, Markian Hlynka wrote:
Those aren't groups; they are build phases. They describe tasks in the course of building the target. A shell tool is built by (1) compiling its sources and (2) linking them against libraries. Those are the two phases you see. The tool product is a single executable file. Unlike a framework or application target, it has no bundle to build, and phases for copying headers or resources into a bundle do not apply.
I understand, and you describe it all correctly, the grey boxes etc. But, I have grey boxes called "headers" and "sources". I don't know where I got them from, but there they are. I don't link against any libraries in this project anyway. At least, none that go in that other box, that I'm aware of!
So, my "headers" and "sources" boxes must have come from _somewhere...?
Can I add/modify these? I can't figure out how to do that, though it seems I must have at some point.
Before proceeding I suggest you read up on Targets and Build Phases:
http://developer.apple.com/documentation/DeveloperTools/Conceptual/Build_System/Build_Phases/Build_Phases.html
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