Re: Buildstyles Propogating to sub projects in XCode 1.5 ?
Re: Buildstyles Propogating to sub projects in XCode 1.5 ?
- Subject: Re: Buildstyles Propogating to sub projects in XCode 1.5 ?
- From: "Mike Pinkerton" <email@hidden>
- Date: Wed, 27 Apr 2005 15:29:49 -0400 (EDT)
- Organization: AOL
email@hidden wrote on 4/27/05, 3:13 PM:
> Hmm, what if I have a vendor supplied library: "libSuperCool.a" and
> "libDebugSuperCool.a". Last time I wrestled with build styles I
> couldn't have the deployment style use one library and the debug style
> use the other. But that was a while ago.
The way we got around this was to have the build style set a variable
with the library name (or path in our case) and then reference that in
the "other linker flags" build setting. Of course this only works with
things you can use with "-lFoopy" but it's better than two separate
targets with duplicate files for just one change.
--
Mike Pinkerton
Mac Weenie
email@hidden http://people.netscape.com/pinkerton/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden