$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-07-01 09:30:32
Hi Konstantin,
> VP> feature lib-page-size : 256 512 ;
>
> The above line should be
>
> feature lib-page-size : 256 512 1024 2048 4096 8192 16384 32768 65536 ;
>
> according to borland tlib documentation.
I'm almost added this, but then though the feature which is really relevant
only to borland is overkill. I've added new <archiveflags> feature, so it's
possible to specify
<toolset>borland:<archiveflags>/P1024
in your project requirements. Let me know if this works for you.
I've also added <linkflags> feature for borland.
- Volodya