Re: How to pass additional parameters to make in Xcode legacy project ?
Re: How to pass additional parameters to make in Xcode legacy project ?
- Subject: Re: How to pass additional parameters to make in Xcode legacy project ?
- From: Scott Tooker <email@hidden>
- Date: Wed, 2 Mar 2005 13:17:15 -0800
On Mar 2, 2005, at 11:36 AM, Paul Russell wrote:
On 2 Mar 2005, at 18:23, Scott Tooker wrote:
Yes, that is correct. Just add build settings and they will get
passed via the environment to the external tool you are using to
build with.
Thanks, yes, I eventually found that dialog. Unfortunately it looks
like I have to have one target per combination of Makefile parameters
(rather than just having one target and using bulld styles) but it's
better than nothing.
You should be able to add custom build settings in the build style that
match the build settings you are passing down to the external tool,
which would override the target settings. There's really no need to
create a bunch of custom executables.
Any idea how I associate a custom executable with its legacy target ?
Currently there is no way to associate a custom executable with a
target.
Scott
Regards,
Paul
_______________________________________________
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