Re: Separate build directory for each build style?
Re: Separate build directory for each build style?
- Subject: Re: Separate build directory for each build style?
- From: Scott Tooker <email@hidden>
- Date: Fri, 20 Feb 2004 11:41:00 -0800
Yes, you can. However, there are some UI glitches that you'll encounter.
- Set SYMROOT in the build style to override the built products location
- Set OBJROOT to override the intermediates file location (if your
intermediates location already depends on the built products location
you don't need to do this).
- Create custom executables for each build style (you'll need to switch
the executable to run and debug manually for now as the target doesn't
pick up the proper executable by itself)
Note: This works well with a project that doesn't use cross-project
references to reference products. I haven't worked out exactly how to
get that case to work.
Scott
On Feb 20, 2004, at 11:04 AM, Kirk A. Baker wrote:
> Is it possible to override the build products location on a per style
> basis?
>
> If so, that could really speed up builds when switching between
> deployment and development styles, since it is often the case that not
> all files need to be recompiled from build to build...
>
> Thanks,
>
> -Kirk
> _______________________________________________
> 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.
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.