Boost logo

Boost-Build :

Subject: Re: [Boost-build] how to determine location of jamroot ?
From: Anatoly Shirokov (shirokov_a_at_[hidden])
Date: 2009-08-19 05:27:27


Actually it was very simple:) import os must be included into class body:

....
class wrapper-generator : generator
{
      import "class" : new ;
      import os ;
...


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