Re: New to Xcode
Re: New to Xcode
- Subject: Re: New to Xcode
- From: Scott Tooker <email@hidden>
- Date: Tue, 18 Jan 2005 10:03:16 -0800
If you can't drag re-order the libraries in the Frameworks & Libraries
build phase that would be a bug. Please file one.
Scott
On Jan 18, 2005, at 3:36 AM, Mark Lord wrote:
1) What's the correct way to set the order in which static libraries
are passed to the linker? I have three libraries, which I'll call A, B
and C for simplicity sakes. Library B requires code from library A,
and library C requires code from libraries A and B. So the order I
need to supply the -l flags to the linker would be -lC -lB -lA. At the
moment I have to make sure I add the libraries to the Framework &
Libraries section in the right order - I can find no way to re-order
them without removing them all and re-adding them all. Only a minor
inconvenience, but it'd be nice to have a fix.
_______________________________________________
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