$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] How to adjust/redefine default variants "debug", "release" and "profiling"
From: Deniz Bahadir (D.Bahadir_at_[hidden])
Date: 2009-11-11 12:46:41
Thanks Anthony,
> I don't know exactly what you have in mind, but if all your builds are done
> in the same project, you can add the define, you can add the define to the
> list of requirements.
>
> project
> : requirements
> <variant>debug:<define>DEBUG
> ;
I am working at a bigger project with different directories,
subdirectories, different libraries and executables. As far as I
understand, I have probably more than one project. (I think by
definition each Jamfile in each of my subdirectories is a project for
its own. But I want the main settings like variants etc. be set
"globally" in the Jamroot file and be propageted to all Jamfiles.)
DENIZ