Re: Path names in executable
Re: Path names in executable
- Subject: Re: Path names in executable
- From: "Shawn Erickson" <email@hidden>
- Date: Tue, 4 Apr 2006 11:50:25 -0700
> On 4.4.2006, at 3:37, Shawn Erickson wrote:
> Anyway, don't use any folder-based hierarchy in the project (or even
> fake some nonsense one), and base the structure for your internal
> needs solely on Xcode groups.
The absolute path still gets into the binary regardless of how your
files are defined in the project. To avoid this issue I would need to
implement a release build system that would copy source out from the
well define and designed source control structure that we have into a
separate hierarchy that would obfuscate the real source hierarchy.
This would result in the project being built likely in a radically
different fashion then a normal developer build... also that much more
build infrastructure to maintain.
Anyway likely better discussed on the xcode (and bug report) list in
relation to what strip could possibly do to help address this issue.
-Shawn
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden