$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: aneubeck2004 (aneubeck2004_at_[hidden])
Date: 2004-07-19 09:12:54
Hi.
I want to use bjam v2 for my projects.
I must be able to compile it on a Linux-machine or a Sun-machine, with
32bit or 64bit, multithreaded or singlethreaded, with cc or gcc
compiler, and of course debug or release. For each combination I'd
like to have a different build directory.
Bjam solves automatically half of my problems:
multithreaded/singlethreaded, cc/gcc, debug/release.
But how can I force different directories for linux/sun and 32/64bit?
Alexander