$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Newbie: controlling build order
From: Avi Bahra (avibahra_at_[hidden])
Date: 2009-08-17 12:30:30
Is there any way to control the bjam build order ?
In my Jamroot.jam I have:
build-project Base ;
build-project Server ;
build-project Client ;
I assume that build order was Base, Server,Client.
but bjam does not follow this!
-- Best regards, Ta, Avi