Re: Xcode directory symbols
Re: Xcode directory symbols
- Subject: Re: Xcode directory symbols
- From: Chris Espinosa <email@hidden>
- Date: Mon, 27 Oct 2003 19:59:56 -0800
On Monday, October 27, 2003, at 04:03 PM, Rob Barris wrote:
But the list shown does not show any symbol that would correspond to
/Developer/SDKs/MacOSX10.2.7.sdk/
$(SDKROOT)
which would be the prefix I would like to use. If there was a
"SYSTEM_SDK_DIR" that pointed there, in alignment with the
cross-development popup setting, it would then be easy to change later
as needed in one place.
Is there a way to ask Xcode to tell me all of the environment
variables it defines during a build, so I could discover ones that
were not yet in documentation ?
What I do is add a shell script build phase that just executes the
'set' command. That dumps all environment variables in effect during a
build.
Chris
_______________________________________________
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.