Re: Sub-projects in Xcode?
Re: Sub-projects in Xcode?
- Subject: Re: Sub-projects in Xcode?
- From: Frank Midgley <email@hidden>
- Date: Fri, 7 Nov 2003 19:22:23 -0600
On Nov 7, 2003, at 6:47PM, email@hidden wrote:
I'm trying to include sub-projects in my Xcode project, ala
CodeWarrior.
While I can add the sub-project into Groups & Files and choose to link
with
the product (a static library), I can't get the sub-project to actually
BUILD the static library. What am I missing?
Get info on the main target and switch to the General tab. There is a
little plus button underneath "Direct Dependencies". Click it and
you'll get a list of targets from included projects. Add the target
you want and it will be built before the main target.
-Frank
------------------------------------
Frank M. Midgley
email@hidden
http://homepage.mac.com/knarf/
_______________________________________________
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.