# Boost Filesystem Library Build Jamfile

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)
     : debug release
     ;