Hi,
I have a situation where
/foo is toplevel
/foo/blah is one of the subdirs i want to make in this project
/foo/bar is another of the subdirs i want to make in this project
/foo/MyProj is another of the subdirs i want to make in this project
Since each SubDir in foo belongs to a module in the project, each SubDir
needs to have its Jamrules file and be built independently.
The Jamfile in /foo looks like:---
SubInclude TOP blah ;
SubInclude TOP bar ;
SubInclude TOP MyProj ;
The daily global build I was hoping would be done from foo. Now that brings
up a few questions, please help if you know answers my question:
1) Will the global build cause the jamrules in blah, bar, MyProj to clash?
2) When I try to do a global build I get an error message with all the
#include files which otherwise works fine when built from within the SubDir.
Thx in advance.
Sheela Ramakrishnan
Sony US Research Labs.