summaryrefslogtreecommitdiff
path: root/tools/bcp/add_path.cpp
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-04-08 03:09:47 +0000
committer <>2015-05-05 14:37:32 +0000
commitf2541bb90af059680aa7036f315f052175999355 (patch)
treea5b214744b256f07e1dc2bd7273035a7808c659f /tools/bcp/add_path.cpp
parented232fdd34968697a68783b3195b1da4226915b5 (diff)
downloadboost-tarball-master.tar.gz
Imported from /home/lorry/working-area/delta_boost-tarball/boost_1_58_0.tar.bz2.HEADboost_1_58_0master
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"),