Re: file.asm for PPC not Intel
Re: file.asm for PPC not Intel
- Subject: Re: file.asm for PPC not Intel
- From: Ken Turkowski <email@hidden>
- Date: Sun, 5 Mar 2006 09:48:24 -0800
On Mar 1, 2006, at 11:46 AM, Eric Albert <email@hidden> wrote:
On Feb 28, 2006, at 9:49 PM, Ken Turkowski wrote:
I have an assembly language file which I would like to include in an
xcode project for a PowerPC target, not an Intel target. I will use
the C code version only for Intel. How do I specify this in xcode?
There's no way to do that in Xcode today. Instead, add
#if __ppc__
to the start of the file and the corresponding
#endif
to the end.
Can I ask for an enhancement? :-)
-Ken
--
Ken Turkowski email@hidden
Reality Pixels http://www.realitypixels.com
Computer Graphics 2D 3D Immersive Imagery
Photo-mosaicing Panoramas Computer Vision
Applied Mathematics Numerical Analysis Optimization
_______________________________________________
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