Files
filesystem/example/Jamfile.v2
Beman Dawes 900825607b Update copyright, license
[SVN r35897]
2006-11-07 12:56:06 +00:00

17 lines
453 B
Plaintext

# Boost System Library Build Jamfile
# (C) Copyright Beman Dawes 2002, 2006
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or www.boost.org/LICENSE_1_0.txt)
# See library home page at http://www.boost.org/libs/filesystem
project
: requirements <library>../build//boost_filesystem
<hardcode-dll-paths>true
;
exe file_size : file_size.cpp ;
exe simple_ls : simple_ls.cpp ;