Re: Excluding files on a per Configuration basis?
Re: Excluding files on a per Configuration basis?
- Subject: Re: Excluding files on a per Configuration basis?
- From: Steve Baxter <email@hidden>
- Date: Fri, 10 Feb 2006 09:47:48 +0000
Hi Alex,
If the library doesn't contain object code for your platform, Xcode
seems to ignore it. This means you can use the pre-processor in your
code to make sure that you don't reference the functions in the
library for the i386 build and everything should then link just fine.
Cheers,
Steve.
On 9 Feb 2006, at 23:37, Alexander von Below wrote:
Hello List,
I am not exactly sure if the heading explains exactly what I am
looking for, so here is what I am trying to do:
One feature of our application depends on a third-party library,
which is not yet a universal binary. That however will change
before we ship, so we would like to keep developing the application
as it is (i.e. not create a second target), but add the PPC Library
only when building on PPC machines until we have a universal binary
of the library (a classic .a)
Can I make a third-party lib weak-linking, or do the authors of the
lib have to take care of that?
Any other ideas how I can prevent the lib from being linked for
i386 compiles?
Thanks
Alex
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40improvision.com
This email sent to email@hidden
Stephen Baxter
Software Development Manager
Improvision
email@hidden
+44-2476-692229
_______________________________________________
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