# Boost Filesystem Library Build Jamfile subproject libs/filesystem/example ; exe process_jam_log$(SUFEXE) : process_jam_log.cpp tiny_xml.cpp ../build/fs$(SUFLIB) : $(BOOST_ROOT) # this automatically points to the boost-sandbox root $(B_ROOT) # make this point to your boost-root $(B_ROOT)/libs/test/build/bin/libunit_test_framework.a/$(TOOLS)/debug/runtime-link-dynamic/ unit_test_framework : debug release ; exe compiler_status$(SUFEXE) : compiler_status.cpp tiny_xml.cpp ../build/fs$(SUFLIB) : $(BOOST_ROOT) # this automatically points to the boost-sandbox root $(B_ROOT) # make this point to your boost-root $(B_ROOT)/libs/test/build/bin/libunit_test_framework.a/$(TOOLS)/debug/runtime-link-dynamic/ unit_test_framework : debug release ;