# copyright John Maddock 2003
# Use, modification and distribution are subject to the
# Boost Software License, Version 1.0. (See accompanying file
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
lib link_test : link_test.cpp
: shared shared
# This is needed to make the test work, I'm unsure if this
# should be set globally.
BOOST_DYN_LINK=1
# Override multi inherited from parent.
single
:
debug release
;
run main.cpp link_test : : : BOOST_DYN_LINK=1 BOOST_CONFIG_NO_LIB shared shared single : link_test_test ;