Re: What path "environment variables" are defined?
Re: What path "environment variables" are defined?
- Subject: Re: What path "environment variables" are defined?
- From: Kevin Grant <email@hidden>
- Date: Thu, 12 Feb 2004 20:52:55 -0600
I'm trying to set up some search paths and wondering what variables
like SYS_LIBRARY_FOLDER are defined in xcode. Is there a list
somewhere? Is there one for the project folder?
An easy way to see them all is to add a shell script build phase to
your project, containing simply "env" as a command. This would cause
all the variable values to be printed to the log window when that phase
executes.
Kevin G.
http://homepage.mac.com/kmg/
mail to kevin at ieee dot org
_______________________________________________
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.