Hi All
I am completely news to Boost Build and I would like to move first steps in it and for what purpose I would like to use it.

I have a big project using MS C++ ( Visual Studio 2008 ). It takes me a lot of time in building it so I would like to find a way to split the build into different parts so that it might be compiled by different machine and reassembled on one.

Do you know if Boost Build might have the fundamental building blocks to support this task? At first look
once I discovered all dependencies it's up to me to arrange the job scheduling over the network.
Apart from the scheduling, can Boost Build help me to achieve my goal?

Thanks
Mnstn