I didn't explain my situation fully.
I already knew it's possible to access path-constants declared in root-directory. In my case, there are two different files, nomal Jamfile and *.jam. In each sub directory, there are some *.jam files. I want to use path-constants in those files, I mean *.jam files.
Root-dir) Jamroot - declear path-constants : root-dir
Sub-dir) Jamfile - just build it's own project, *.jam - some rules, I want use path-constants here
Thank you for your response though.
2007/10/23, Vladimir Prus < ghost cs.msu.su">ghost cs.msu.su>:
김영현 wrote:
> Hello. > > I declared some path-constants in a root directory. > But I can't use them in a sub-dir.
It's clearly possible.
> > Here is my usage senario > > 1. declare some common path-constants in the root-dir. > 2. use them in different sub-dirs. > > How can I do that?
Please provide exact reproduction recipe for this problem.
- Volodya
_______________________________________________ Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost-build
|