diff --git a/build/Jamfile.v2 b/build/Jamfile.v2 new file mode 100644 index 0000000..b70ecf1 --- /dev/null +++ b/build/Jamfile.v2 @@ -0,0 +1,18 @@ +# Build endian/test/speed_test.cpp + +# Copyright Beman Dawes 2013 +# Distributed under the Boost Software License, Version 1.0. +# See www.boost.org/LICENSE_1_0.txt + +project + : source-location ../test : requirements +# /boost/timer//boost_timer +# msvc:on + ; + +SOURCES = speed_test ; + + +exe "speed_test" + : $(SOURCES).cpp ../../timer/build//boost_timer + ;