Re: build styles
Re: build styles
- Subject: Re: build styles
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 25 Nov 2003 20:31:16 -0800
On Nov 25, 2003, at 6:58 PM, Steve Gehrman wrote:
I would like to add a library to only my Developement build style. Is
there a way to have a lib included in one build style but not another?
What I want is to add the libSaturn.dylib to my Development build, but
not my Deployment build.
One way of doing this would be to set OTHER_LDFLAGS in the Development
build phase to include "-lSaturn", which will tell the linker to link
in that library... That should work if this libSaturn is installed in
one of the "standard" places, e.g. /usr/local/lib.
Nick Zitzmann
AIM/iChat: dragonsdontsleep
Check out my software page: http://seiryu.home.comcast.net/
S/MIME signature available upon request
"That's a funny thing to promise. Well, you can't never let anything
happen to him [Nemo]; then, nothing would ever happen to him." - Dory,
from the movie "Finding Nemo"
_______________________________________________
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.
References: | |
| >build styles (From: Steve Gehrman <email@hidden>) |