Re: Build Style specific files
Re: Build Style specific files
- Subject: Re: Build Style specific files
- From: Eric Albert <email@hidden>
- Date: Mon, 3 May 2004 22:57:39 -0700
On May 3, 2004, at 3:44 PM, Peter Boctor wrote:
I like how files are shared among build styles, but our projects need
to include (non-system) frameworks and shared libraries. We have
separate debug and release versions of these.
Can I somehow set up a project so that all the files are shared, but
the frameworks and shared libraries come from different debug and
release folders?
If you can't do this (I don't know enough about Xcode to know if you
can), you might be able to get the results you need by building your
debug libraries with a _debug suffix, building each one into the same
directory as the release version, and then setting DYLD_IMAGE_SUFFIX to
"_debug" when you run. See the dyld man page for a few details.
Hope this helps,
Eric
_______________________________________________
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.