$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-08-23 02:23:38
Toon Knapen wrote:
> I would like to build the targets in two subdirectories when bjam is
> invoked in the parent directory. So I found out about the build-project
> rule. But can the Jamfile contain multiple build-project's?
>
> <begin Jamfile>
> build-project library1 ;
> build-project library2 ;
> <end Jamfile>
>
> When I do this, my bjam crashes with a segmentation fault.
That's extremely strange. I have similiar orginization myself and no
problems whatsoever. If the problem is still there, could you sent a test
project?
- Volodya