diff options
Diffstat (limited to 'src/boost/libs/filesystem/bug/Jamfile.v2')
-rw-r--r-- | src/boost/libs/filesystem/bug/Jamfile.v2 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/boost/libs/filesystem/bug/Jamfile.v2 b/src/boost/libs/filesystem/bug/Jamfile.v2 new file mode 100644 index 00000000..c6e8d6e6 --- /dev/null +++ b/src/boost/libs/filesystem/bug/Jamfile.v2 @@ -0,0 +1,17 @@ +# Boost Filesystem Library Bug report Jamfile + +# Copyright Beman Dawes 2014 +# Distributed under the Boost Software License, Version 1.0. +# See www.boost.org/LICENSE_1_0.txt + +# Library home page: http://www.boost.org/libs/filesystem + +project + : requirements + <library>/boost/filesystem//boost_filesystem + ; + +exe bug : bug.cpp : <link>static ; + +# install in ./bin; invoke via "b2", not "b2 install" +install bin : bug ; |