Files
config/test/link/Jamfile.v2
2006-02-21 16:24:58 +00:00

13 lines
347 B
Plaintext

# copyright John Maddock 2003
lib link_test : link_test.cpp
: <link>shared <runtime-link>shared
# 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
:
debug release
;