# Boost Logging Library Build Jamfile # (C) Copyright Jean-Daniel Michaud 2007 # 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/logging project : requirements /LIBPATH:\"$(BOOST_ROOT)/stage/lib\" libboost_thread-vc80-mt-gd-1_34.lib libboost_date_time-vc80-mt-gd-1_34.lib ; exe logging_test : logging_test.cpp : ../ $(BOOST_ROOT) ; exe logging_test_macro : logging_test_macro.cpp : ../ $(BOOST_ROOT) ; exe logging_test_multithread : logging_test_multithread.cpp : ../ $(BOOST_ROOT) ; exe logging_test_hello_world : logging_test_hello_world.cpp : ../ $(BOOST_ROOT) ; exe logging_test_xml_output : logging_test_xml_output.cpp : ../ $(BOOST_ROOT) ; exe logging_test_multi_file : logging_test_multi_file.cpp logging_test_multi_file2.cpp : ../ $(BOOST_ROOT) ;