Files
config/test/link/Jamfile.v2

17 lines
535 B
Plaintext
Raw Normal View History

2004-06-02 05:51:00 +00:00
# copyright John Maddock 2003
2006-07-16 15:42:19 +00:00
# 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)
2004-06-02 05:51:00 +00:00
lib link_test : link_test.cpp
: <link>shared <runtime-link>shared
2004-07-19 07:12:45 +00:00
# This is needed to make the test work, I'm unsure if this
# should be set globally.
<define>BOOST_DYN_LINK=1
# Override <threading>multi inherited from parent.
<threading>single
2004-06-02 05:51:00 +00:00
:
debug release
;
2006-07-16 15:42:19 +00:00