[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compiling GNUStep Tutorial Code on OSX Yosemite 10.10.1
From: |
jimserac |
Subject: |
Re: Compiling GNUStep Tutorial Code on OSX Yosemite 10.10.1 |
Date: |
Wed, 11 Mar 2015 13:14:20 -0700 (PDT) |
User-agent: |
G2/1.0 |
On Wednesday, March 11, 2015 at 8:24:39 AM UTC-4, Riccardo Mottola wrote:
> Hi,
>
> Ivan Vučica wrote:
> >
> > Maybe something like this? (Untested)
> >
> > #define RELEASE(x) [(x) release]
> > #define AUTORELEASE(x) [(x) autorelease]
> > #define RETAIN(x) [(x) retain]
> sure, you can also just substitute them
>
> Or you can include / use GNUstep.h which has portable macro definitions
> that work under Mac.
>
> Riccardo
Oh is that simple ? I thought was something complicated,
I should looking at GNUstep.h, ya ya ya, of course.
Thanks !!
J.