Re: project builder
Re: project builder
- Subject: Re: project builder
- From: Marc Poirier <email@hidden>
- Date: Wed, 20 Aug 2003 07:40:28 -0500 (CDT)
On Tue, 19 Aug 2003, Robert Fehse wrote:
>
> > can audio unit plugins only build with project builder or also with
>
> > codewarrior ?
>
>
>
> You can use CodeWarrior.
>
>
is there any example source out there ?
Emagic's AU SDK includes PB projects. Try contacting
email@hidden
>
> > why is the project builder preprocessor so different to common standarts
>
:( ?
>
>
>
> ???
>
> It's gcc whose preprocessor is used, but I'm not sure what specifically
>
> you mean, but anyway, probably a better question for a gcc or Project
>
> Builder discussion group...
>
>
i always have to write
>
>
#if defined MAC
>
>
instead of simply
>
>
#if MAC
>
>
i think i rather try codewarrior.
Now I'm more confused. Both work in gcc, but they are 2 different things.
One tests the value of MAC as a boolean, and the other tests if it has
been defined at the preprocessor level. #ifdef MAC also will work for the
first (same thing).
Marc
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.