1# Boost.Format Library tools Jamfile 2# 3# Copyright (c) 2017 James E. King, III 4# 5# Distributed under the Boost Software License, Version 1.0. (See accompany- 6# ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 7 8project 9 : requirements 10 <define>_CRT_SECURE_NO_WARNINGS 11 <link>static 12 ; 13 14exe format_matrix 15 : format_matrix.cpp 16 /boost/program_options//boost_program_options 17 /boost/system//boost_system 18 ; 19