mirror of
https://github.com/boostorg/config.git
synced 2026-01-31 10:39:32 +01:00
13 lines
225 B
Plaintext
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
|
|
;
|