$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2002-10-02 02:33:35
On Tuesday 01 October 2002 18:30, David Abrahams wrote:
> Try (in sh):
>
> export BUILD=debug\ "<architecture>x86"\ "<instruction-set>pentium4"
> bjam ...
This works in sh and korn-shell ! Great !
But bjam -sBUILD=debug\ "<architecture>x86"\ "<instruction-set>pentium4"
does'nt and I don't see why ? Neither does the single quote suggestion of
Rene.
Do both work on windows (I suppose you mainly tested on windows)
toon