Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-12-17 11:10:06


Zbynek Winkler wrote:
> Vladimir Prus wrote:
> >>I'd like the user-settings.jam to be somewhat similar to the configure
> >>parametrs enabling/disabling some features of my project.
> >
> > I see. Again, I think your approach is good.
>
> Ok. I used variables to set it
>
> user-settings.jam:
> arit = <arit>double ;
>
> and in the main Jamfile:
> exe main : main.cpp test-lib : $(arit) ;
>
> Works great. But I've found out that I am not able to build my example
> project with the library (see my previous post) just by calling 'bjam'
> on the command line.

Same thing here. Unfortunately, it's quite late here, so I can't understand
what's going on ;-) I'll look into this tomorrow.

- 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