Re: Macros

2009-09-02 Thread Steve Christensen
Wouldn't this be better asked on the xcode-users mailing list  
(assuming you're talking about Xcode debug/release builds)? It  
doesn't have anything to do with Cocoa.



On Sep 2, 2009, at 8:54 AM, Development wrote:

Ok I cannot find an example of how to do this online so I'nm asking  
here.
I was never any good at writing macros but I have a bool that needs  
to be yes if the current build is debug and no if it is release and  
I'm not sure how to write the macro for that. Could some one point  
me at a macro example that might show that?

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Macros

2009-09-02 Thread Kyle Sluder
It's more of a language issue than an Xcode issue.  (That is, you need
to understand the language part before you can set up the Xcode part.)

Start here: 
http://www2.its.strath.ac.uk/courses/c/subsection3_13_4.html#SECTION00013400

--Kyle Sluder
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com