re: Build Variables
re: Build Variables
- Subject: re: Build Variables
- From: George Warner <email@hidden>
- Date: Tue, 09 Dec 2003 09:10:50 -0800
On Mon, 8 Dec 2003 00:37:06 +0100, =?ISO-8859-1?Q?Philip_M=F6tteli?=
<email@hidden> wrote:
> There are many build variables in Xcode, like "BUILD_ROOT" or
> "INNER_PRODUCT_SUBPATH". Is there somewhere a list and an explanation
> of all those variables?
If you add a shell script build phase to your project then when you build
your build log will contain a bunch of "setenv"'s right before it executes
your build commands. Also, if you make the shell script text "env" it will
dump out all the environment variables passed to the script plus all the
ones inherited from the parent process.
--
Enjoy,
George Warner,
Schizophrenic Optimization Scientists
Apple Developer Technical Support (DTS)
_______________________________________________
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.