re: Build folder
re: Build folder
- Subject: re: Build folder
- From: George Warner <email@hidden>
- Date: Wed, 10 Dec 2003 09:46:39 -0800
On Tue, 09 Dec 2003 13:15:46 -0300, Diego Rey <email@hidden>
wrote:
> Now I have been paying a bit with the INSTALL_PATH option in my projects,
> but I have been unable to find a way to identify my build folder. I tried
> using $(BUILD), $(BUILD_PATH), $(BUILD_FOLDER) but none seems to work. I am
> pretty sure there is a way to identify such a folder, but I can't find any
> documentation on it.
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 script 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.