More V2 Jamfile tweaks.

[SVN r23764]
This commit is contained in:
Vladimir Prus
2004-07-19 07:12:45 +00:00
parent 2daa039875
commit b849bfaf59

View File

@ -1,7 +1,10 @@
# copyright John Maddock 2003
lib link_test : link_test.cpp
: <link>shared <link-runtime>shared
: <link>shared <link-runtime>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
;