$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [filesystem] home_directory_path
From: Ulrich Eckhardt (doomster_at_[hidden])
Date: 2010-11-10 13:55:02
Sorry for the late reply....
On Friday 22 October 2010 13:13:04 Stewart, Robert wrote:
> Ulrich Eckhardt wrote:
> > On Monday 18 October 2010 16:58:31 Jeff Flinn wrote:
> > > How are these sorts of system link dependencies handled?
> > > Through bjam? Or is it acceptable/better to use #pragma
> > > comment(lib,"Userenv.lib")?
> >
> > Using that #pragma is not portable, otherwise I would prefer it.
>
> This would only be used on Windows systems. Isn't that pragma portable
> across Windows compilers?
This has nothing to do with MS Windows, but rather with the compiler/linker
series supplied with VC mainly, but also the ICC version for win32, AFAIK. And
yes, even the VC compilers for CE support the pragma instruction.
Uli