$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Jorge Suit Perez Ronda (josp_at_[hidden])
Date: 2006-05-12 11:42:02
Hello, I want to create a new feature called variety. And depending on
the value of the variety I want that the output of the compilation will
be created in its own directory. For example if 'variety' can take the
values A, B or C then the output could be
bin
\__A
\_gcc/debug
\_gcc/release
\__B
\_gcc/debug
\_gcc/release
\__C
\_gcc/debug
\_gcc/release
the contens of A, B or C being the same as the default build structure
of BB2
is it possible? any suggestion would be appreciated.
thanks,
Jorge