2
0
mirror of https://github.com/boostorg/config.git synced 2026-02-17 01:32:15 +00:00
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
;