Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-08-23 02:38:16


Hi Vincent,

> project pingpong
> : include $(PROJECT_ROOT)/../config.jam ;

That's not correct syntax: there's no "include" attribute.

> This will not work 'cause of the "include $(PROJECT_ROOT)/../config.jam
> ;" line but again, I didn't find in v2 doc. how to tell bjam to read a
> file containing my variables (config.jam) before compiling.

include $(PROJECT_ROOT)/../config.jam ;

on the *top level* of Jamfile should work.

- 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