[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MINTOS] compiler switch (was: Re: MiNT goes UNiX, ...)
> If you want to make it possible for people to compile your code in
> such a way that it works on plain TOSFS, I'd reccommend the following:
>
> #ifdef __atarist__
> #ifndef __MINT__
> #define TOSFS
> #endif
> #endif
This means, "use another library than the MiNT library to compile in Tosfs
compatibility", which isn't what you meant, is it? :-)
Instead, I'd recomment defining -DTOSFS at the compiler's command line.
Michael
--
Internet: hohmuth@freia.inf.tu-dresden.de