$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [Boost.Build]: Suppress compiler version in build path
From: Roland Bock (rbock_at_[hidden])
Date: 2010-02-17 08:59:43
Hi,
using the current version of boost.build, compilation results are
generated in paths like this:
/example/gcc-4.2.4/debug/threading-multi
Earlier versions (e.g. at a customer's site) ignore the compiler
version, thus
/example/gcc/debug/threading-multi
Can I tell the current bjam to omit the compiler version in the path?
Thanks and regards,
Roland