summaryrefslogtreecommitdiff
path: root/tools/bcp/add_path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bcp/add_path.cpp')
-rw-r--r--tools/bcp/add_path.cpp34
1 files changed, 18 insertions, 16 deletions
diff --git a/tools/bcp/add_path.cpp b/tools/bcp/add_path.cpp
index 3643bdb6c..c3c792b12 100644
--- a/tools/bcp/add_path.cpp
+++ b/tools/bcp/add_path.cpp
@@ -193,6 +193,14 @@ void bcp_implementation::add_file(const fs::path& p)
//
static const std::pair<fs::path, fs::path>
specials[] = {
+ std::pair<fs::path, fs::path>("boost/atomic/capabilities.hpp", "boost/atomic/detail"),
+ std::pair<fs::path, fs::path>("boost/chrono/chrono.hpp", "libs/chrono/src"),
+ std::pair<fs::path, fs::path>("boost/chrono/chrono.hpp", "libs/chrono/build"),
+ std::pair<fs::path, fs::path>("boost/cerrno.hpp", "libs/system/build"),
+ std::pair<fs::path, fs::path>("boost/cerrno.hpp", "libs/system/src"),
+ std::pair<fs::path, fs::path>("libs/thread/build", "boost/system"),
+ std::pair<fs::path, fs::path>("libs/thread/build", "boost/cerrno.hpp"),
+ std::pair<fs::path, fs::path>("libs/thread/build", "boost/chrono"),
std::pair<fs::path, fs::path>("boost/filesystem/convenience.hpp", "boost/filesystem.hpp"),
std::pair<fs::path, fs::path>("boost/filesystem/exception.hpp", "boost/filesystem.hpp"),
std::pair<fs::path, fs::path>("boost/filesystem/fstream.hpp", "boost/filesystem.hpp"),
@@ -202,22 +210,16 @@ static const std::pair<fs::path, fs::path>
std::pair<fs::path, fs::path>("boost/filesystem.hpp", "libs/filesystem/v2"),
std::pair<fs::path, fs::path>("boost/filesystem.hpp", "libs/filesystem/v3"),
std::pair<fs::path, fs::path>("boost/config.hpp", "boost/config"),
- std::pair<fs::path, fs::path>("tools/build/allyourbase.jam", "Jamrules"),
- std::pair<fs::path, fs::path>("tools/build/allyourbase.jam", "project-root.jam"),
- std::pair<fs::path, fs::path>("tools/build/allyourbase.jam", "boost-build.jam"),
- std::pair<fs::path, fs::path>("tools/build/v1/allyourbase.jam", "Jamrules"),
- std::pair<fs::path, fs::path>("tools/build/v1/allyourbase.jam", "project-root.jam"),
- std::pair<fs::path, fs::path>("tools/build/v1/allyourbase.jam", "boost-build.jam"),
- std::pair<fs::path, fs::path>("tools/build/v2/boost-build.jam", "Jamrules"),
- std::pair<fs::path, fs::path>("tools/build/v2/boost-build.jam", "project-root.jam"),
- std::pair<fs::path, fs::path>("tools/build/v2/boost-build.jam", "boost-build.jam"),
- std::pair<fs::path, fs::path>("tools/build/v2/boost-build.jam", "Jamfile.v2"),
- std::pair<fs::path, fs::path>("tools/build/v2/boost-build.jam", "boostcpp.jam"),
- std::pair<fs::path, fs::path>("tools/build/v2/boost-build.jam", "bootstrap.bat"),
- std::pair<fs::path, fs::path>("tools/build/v2/boost-build.jam", "bootstrap.sh"),
- std::pair<fs::path, fs::path>("tools/build/v2/boost-build.jam", "Jamroot"),
- std::pair<fs::path, fs::path>("tools/build/v2/boost-build.jam", "INSTALL"),
- std::pair<fs::path, fs::path>("tools/build/v2/boost-build.jam", "LICENSE_1_0.txt"),
+ std::pair<fs::path, fs::path>("tools/build/boost-build.jam", "Jamrules"),
+ std::pair<fs::path, fs::path>("tools/build/boost-build.jam", "project-root.jam"),
+ std::pair<fs::path, fs::path>("tools/build/boost-build.jam", "boost-build.jam"),
+ std::pair<fs::path, fs::path>("tools/build/boost-build.jam", "Jamfile.v2"),
+ std::pair<fs::path, fs::path>("tools/build/boost-build.jam", "boostcpp.jam"),
+ std::pair<fs::path, fs::path>("tools/build/boost-build.jam", "bootstrap.bat"),
+ std::pair<fs::path, fs::path>("tools/build/boost-build.jam", "bootstrap.sh"),
+ std::pair<fs::path, fs::path>("tools/build/boost-build.jam", "Jamroot"),
+ std::pair<fs::path, fs::path>("tools/build/boost-build.jam", "INSTALL"),
+ std::pair<fs::path, fs::path>("tools/build/boost-build.jam", "LICENSE_1_0.txt"),
std::pair<fs::path, fs::path>("boost/preprocessor/iterate.hpp", "boost/preprocessor/iteration"),
std::pair<fs::path, fs::path>("boost/preprocessor/slot/slot.hpp", "boost/preprocessor/slot/detail"),
std::pair<fs::path, fs::path>("boost/function.hpp", "boost/function/detail"),