« Return to Thread: How to build multiple sub-projs

How to build multiple sub-projs

by Anant Rao :: Rate this Message:

Reply to Author | View in Thread

Some parts of this message have been removed. Learn more about Nabble's security policy.
Hi,
 
Say, a directory dir1 has Jamroot.
dir1 has 2 sub-dirs:  dir2, dir3, each having a Jamfile.
 
By running bjam in dir1, how to invoke Jamfile in dir2 and dir3?
 
I tried 'build-project' dir1 dir2   in  Jamroot in dir1.
It gave a syntax error, saying only param could be passed to build-project.
 
Thanks,
Anant Rao

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build

 « Return to Thread: How to build multiple sub-projs