Files
filesystem/build/Jamfile
Beman Dawes 7f5db66f15 Add copyright
[SVN r18593]
2003-05-28 21:09:52 +00:00

17 lines
663 B
Plaintext

# Boost Filesystem Library Build Jamfile
# (C) Copyright Beman Dawes 2002. Permission to copy, use, modify, sell and
# distribute this software is granted provided this copyright notice appears in
# all copies. This software is provided "as is" without express or implied
# warranty, and with no claim as to its suitability for any purpose.
subproject libs/filesystem/build ;
SOURCES = exception operations_posix_windows path_posix_windows convenience ;
lib boost_filesystem
: ../src/$(SOURCES).cpp
: <include>$(BOOST_ROOT) <sysinclude>$(BOOST_ROOT)
<no-warn>exception.cpp <no-warn>operations_posix_windows.cpp
: debug release
;