1# Boost Filesystem Library Example Jamfile 2 3# Copyright Beman Dawes 2010 4 5# Distributed under the Boost Software License, Version 1.0. 6# See www.boost.org/LICENSE_1_0.txt 7 8# Library home page: http://www.boost.org/libs/filesystem 9 10project 11 : requirements 12 <library>/boost/filesystem//boost_filesystem 13 <link>static 14 ; 15 16exe path_table : path_table.cpp ; 17install path_table-copy : path_table : <location>. ; 18 19############################################################################### 20alias boostdoc ; 21explicit boostdoc ; 22alias boostrelease ; 23explicit boostrelease ; 24