mirror of
https://github.com/boostorg/config.git
synced 2025-11-03 01:02:16 +01:00
13 lines
347 B
Plaintext
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
|
|
;
|