Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/config/test/link/Jamfile.v2 @ 12

Last change on this file since 12 was 12, checked in by landauf, 18 years ago

added boost

File size: 266 bytes
Line 
1# copyright John Maddock 2003
2
3lib link_test : link_test.cpp
4    : <link>shared <runtime-link>shared
5      # This is needed to make the test work, I'm unsure if this
6      # should be set globally.
7      <define>BOOST_DYN_LINK=1
8    :
9        debug release
10    ;
Note: See TracBrowser for help on using the repository browser.