$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] How is a module found when using import
From: Edward Diener (eldiener_at_[hidden])
Date: 2013-05-27 18:52:55
If I write 'import somemodule ;' in a jamfile how is 'somemodule' found
? I know 'somemodule' is just a jamfile called 'somemodule.jam' but how
does Boost build find it in o0rder to import it ?
If I wanted to contribute a new module to Boost build, how do I do it ?