Files
filesystem/build/Jamfile
2002-09-27 17:42:38 +00:00

12 lines
287 B
Plaintext

# Boost Filesystem Library Build Jamfile
subproject libs/filesystem/build ;
SOURCES = exception operations_posix_windows path_posix_windows ;
lib fs : ../src/$(SOURCES).cpp
: <include>$(BOOST_ROOT) <sysinclude>$(BOOST_ROOT)
<include>$(B_ROOT)
: debug release
;