Re: Can we make "solutions" with XCode?
Re: Can we make "solutions" with XCode?
- Subject: Re: Can we make "solutions" with XCode?
- From: "Yves Poissant" <email@hidden>
- Date: Fri, 2 Sep 2005 14:31:20 -0400
- Organization: Hash Enterprises Inc.
Create a new xcode project.
Put all those xcode project inside this project (Add Existing file)
In the target info, put all those project as dependencies of this target.
Did that. It works very well.
For the debug part, create two target in this new project, one depends
on release projects of its dependencies, the other on debug ones.
You need in that case a debug and release target in each subproject (aka
plugin project)
With XCode 2.1, it seems that I don't need two different targets. If the
subprojects already have Debug and Release configurations, then XCode
selects the proper configurations in the subprojects according to the
metaproject current active configuratoin.
Hope this helps.
Yes. This helped immensely. Thanks.
Yves Poissant
_______________________________________________
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