$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] bjam - individual projects
From: Anant Rao (arao_at_[hidden])
Date: 2009-10-25 01:32:51
Hi,
On Linux, in my Jamroot file, I have:
build-project docservices/documentprocessors/ParserProcessor ;
build-project shared/nearDipClusters ;
If I run 'bjam', everything is fine i.e., both projects build fine.
However, I want to run individual projects.
That is, with the same Jamroot file, I want to issue something like:
bjam ParserProcessor
or
bjam NearDup
Is it possible? If so, how? If not, is there an alternative to achieve the same?
Thanks so much,