Hello,

i have some code which is built with bjam v1 (Jamfile) on Windows/VC++ platform. I'd like to build the code with the latest cvs checkout. could we build the latest cvs checkout with bjam v1 on Windows? With the latest cvs, do we have to change to Boost.Build v2 and Jamfile.v2? i tried the following:
1> copy boost/tools/build/v1 from the boost cvs checkout of 12/10/2006 and replace the new v1 directory
2> change boost-build.jam to use tools/build/v1.
It works for some code and failed for others. Is it possible to use Boost.Build.V1 with latest cvs code on Windows?

Thanks
Yigong