$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-10-15 00:56:38
Should <toolset> feature be symmetric. IOW, if "gcc" is default toolset
for me, should targets be built to
bin/debug
or to
bin/gcc/debug
?
I think first alternative is preferred --- the shorter paths in the most
common case, the better. Other opinions?
(BTW, it appears that 'symmetric features' are not yet supported,
although it should be extra easy to implementent)
- Volodya