$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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 ;
...