Files
config/test/link/Jamfile
2003-08-17 12:03:01 +00:00

13 lines
225 B
Plaintext

# copyright John Maddock 2003
subproject libs/config/test/link ;
dll link_test : link_test.cpp
:
<runtime-link>dynamic
<define>BOOST_DYN_LINK=1
<sysinclude>$(BOOST_ROOT)
:
debug release
;