Re: OT macro questions ?
Re: OT macro questions ?
- Subject: Re: OT macro questions ?
- From: Sherm Pendley <email@hidden>
- Date: Tue, 31 Oct 2006 10:35:48 -0500
On Oct 31, 2006, at 9:32 AM, Matt Mashyna wrote:
I know this is really an XCode question but can someone tell me if
there is a macro that tells me what target XCode is building ? I
want something like
#if (__TARGET__ == "foo")
...
#endif
From <http://developer.apple.com/documentation/DeveloperTools/
Reference/XcodeBuildSettingRef/index.html>:
TARGET_NAME
I can't seem to find a list of XCode / gcc compile time macros.
In addition to the above macros defined by Xcode, here's a list of
generic predefined macros:
<http://predef.sourceforge.net/>
sherm--
Web Hosting by West Virginians, for West Virginians: http://wv-www.net
Cocoa programming in Perl: http://camelbones.sourceforge.net
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden