Re: Controlling initialization order
Re: Controlling initialization order
- Subject: Re: Controlling initialization order
- From: Chris Espinosa <email@hidden>
- Date: Mon, 24 May 2004 23:36:49 -0700
On May 24, 2004, at 10:01 PM, Geoff Leyland wrote:
I'm really not sure about this, but can't you control the link order
by clicking on your target under targets, then clicking on the
disclosure arrow thinggy, and then dragging your source files around
in list under "Sources"?
cheers,
Geoff
On 25/05/2004, at 3:46 PM, David Catmull wrote:
How do I control the order in which global objects are initialized?
In CodeWarrior I can go to the Link Order tab and drag things around,
but I can't find a similar thing in XCode.
Geoff is correct. Each target's Sources build phase controls the link
order, and therefore the initialization order, for that target's
executable.
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.