# Copyright Rene Rivera 2014-2015 # Distributed under the Boost Software License, Version 1.0. # See http://www.boost.org/LICENSE_1_0.txt project common : requirements BOOST_ALL_NO_LIB=1 _CRT_SECURE_NO_WARNINGS /boost//headers : usage-requirements BOOST_ALL_NO_LIB=1 _CRT_SECURE_NO_WARNINGS /boost//headers ../src ; obj tiny_xml : ../src/tiny_xml.cpp ; explicit tiny_xml ; obj process_jam_log : ../src/process_jam_log.cpp : : : tiny_xml /boost/filesystem//boost_filesystem/static ; explicit process_jam_log ;