Re: How do I use multiple targets in a project?
Re: How do I use multiple targets in a project?
- Subject: Re: How do I use multiple targets in a project?
- From: Jens Alfke <email@hidden>
- Date: Tue, 24 Jun 2008 22:27:00 -0700
On 24 Jun '08, at 7:46 PM, Brian OBrien wrote:
So how can I have more than one main.cpp in a project, one for each
executable I want to produce?
You realize it doesn't have to be called "main.cpp", right? The
compiler doesn't care what your source files are called. You could
name them "Tool1.cpp", "Tool2.cpp", etc. Just enable one and only one
of them in each target.
—Jens _______________________________________________
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