2
0
mirror of https://github.com/boostorg/config.git synced 2026-02-17 13:42:17 +00:00
Files
config/test/link/Jamfile.v2
Vladimir Prus a107a3001b link-runtime -> runtime-link.
Patch from Jurgen Hunold.


[SVN r29729]
2005-06-22 10:11:39 +00:00

11 lines
266 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
:
debug release
;