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
|
2005-06-22 10:11:39 +00:00
|
|
|
: <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
|
2006-02-21 16:24:58 +00:00
|
|
|
# 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
|
|
|
|