$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vaclav Vesely (gclbb-jamboost_at_[hidden])
Date: 2003-05-01 06:58:42
It's possible to obtain the name of the root project directory in the
"Jamrules" file?
I would like to add to "Jamrules" something like this
ALL_LOCATE_TARGET = $(ALL_LOCATE_TARGET) $(PROJECT_ROOT_DIRECTORY_NAME)
;
in the "Jamrules" to allow build several versions of the same project which
are stored in directories like
C:\Src\my_project_HEAD
C:\Src\my_project_RELEASE_1_0
And I don't want to change the "Jamrules" file in each version.
Thanks,
w