Boost logo

Boost-Build :

From: Steven Solie (ssolie_at_[hidden])
Date: 2004-09-07 13:58:57


--- "Johan Nilsson" <johan.nilsson_at_e...> wrote:
> > I encountered the same problem on AmigaOS just recently and I
> > ended up adding an #if defined(__amigaos4__) to fix it. :-/
>
> Yes, going that path'll probably end up something like:
> ------------
> #if defined(__amigaos4__)
> ...
> #elif defined(__VMS__)
> ...
> #elif ...
> etc etc
> ---------
> Which doesn't look too nice, and can be avoided. What would your
> preferred alternative be?

Eliminate the subdirectory and rename the files appropriately would
be my preference.

--Steven

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk