$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-07-10 13:57:18
On Thursday 10 July 2008 21:15:38 FoxMulder900 wrote:
> I have also modified the Jamroot file in the example directory to contain:
> use-project boost
> C:/Program Files/boost/boost_1_35_0;
This should be
use-project boost : "C:/Program Files/boost/boost_1_35_0" ;
Note:
- ":" used to separate parameters
- quoting
- whitespace before ";"
- Volodya