|
Boost-Build : |
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
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