• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How do I include source files according to processor?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do I include source files according to processor?


  • Subject: Re: How do I include source files according to processor?
  • From: Steve Checkoway <email@hidden>
  • Date: Tue, 31 Oct 2006 04:01:25 -0800


On Oct 30, 2006, at 4:19 PM, Doug McLean wrote:

Hi experts. Suppose I am building a universal binary target. In the PPC build, I want machPatchesPPC.cpp included in the build, while for intel, I want machPatchesx86.cpp (a processor-specific implementation of the same functions).

I know I can bracket each file with a processor-specific conditional, but prefer not to. Is there a cleaner way to bind a file to the compilation for a specific processor? Maybe some kind of per-file compiler flag?

Last time I asked about this, there wasn't. I forget how long ago that was but I really don't think it's changed in the latest (public) version of Xcode.


What I ended up doing was creating a ppc target and an i386 target and then lipoing the results together in a shell script build phase for the i386 target which depended on the ppc target. I also had to change the install name of the i386 target. That was because it was a framework in my case.

--
Steve Checkoway



Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
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

  • Follow-Ups:
    • Re: How do I include source files according to processor?
      • From: Steve Baxter <email@hidden>
References: 
 >How do I include source files according to processor? (From: Doug McLean <email@hidden>)

  • Prev by Date: Re: template types in structs
  • Next by Date: Re: XCode Falls Short - for now
  • Previous by thread: How do I include source files according to processor?
  • Next by thread: Re: How do I include source files according to processor?
  • Index(es):
    • Date
    • Thread