Re: build paths
Re: build paths
- Subject: Re: build paths
- From: Scott Tooker <email@hidden>
- Date: Tue, 9 Aug 2005 11:11:58 -0700
You'll need to set CONFIGURATION_BUILD_DIR=$(SYMROOT) (at the project
level for all configurations). In the next release of Xcode,
CONFIGURATION_BUILD_DIR has UI and is documented.
However, if you just want to get the actual path (for use in a shell
script or the like), use $(BUILT_PRODUCTS_DIR) (which is documented
in the build setting notes (see the Help menu).
Scott
On Aug 9, 2005, at 7:11 AM, Luc Vandal wrote:
Hi,
perhaps I'm blind or something, but I can't seem to find the
setting for the build path. I was using v1.5 before and Xcode would
use the /build folder but with v2.1 now there's /build/development
and /build/deployment. Where can I set the path back to /build for
all configurations?
Thanks!
Luc
_______________________________________________
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
_______________________________________________
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
References: | |
| >build paths (From: Luc Vandal <email@hidden>) |