# Allow other scripts to work relative to the Jamroot location path-constant TOP : . ; # Some includes used to provide new rules and configuration include ../boost-version.jam ; include ../fost-base/fost.jam ; # Bring in the projects used use-project fost-base : ../fost-base ; #Define this project fost-project hello ; # The parts of the system that need to be built alias hello : ../fost-base//fost Cpp/hello-lib Cpp/hello ;