Re: Deployment location confusion
Re: Deployment location confusion
- Subject: Re: Deployment location confusion
- From: Shawn Erickson <email@hidden>
- Date: Wed, 14 Jul 2004 07:34:19 -0700
On Jul 14, 2004, at 2:25 AM, Sascha Kratky wrote:
Hi,
I want configure my XCode project's deployment locations in the
following way:
executables built using the Development build style should go into
the "build" folder in the project folder
executables built using the Deployment build style should go into
the project folder directly
How do I have to configure the location settings in the General Pane
of the Project Info, the Build Style Pane and the Target settings to
make XCode produce the executables at the desired locations? I
couldn't figure it out myself.
Simply bring up the Project info panel (click on the project node in
the tree and get info). Click on the "Styles" tab. Then set the
"Development Build Products Path" to override the default for that
style. I am using Xcode 1.5 at the moment so I not sure the same name
is used in 1.2 or not.
Anyway another option is to add a copy phase that does what you want.
Finally Xcode has the concept of install location. You can make that
what ever you want and then do an install build (pbxbuild -install from
the command line) and it will build things then copy the final product
to the install location.
-Shawn
_______________________________________________
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.