Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/config/test/options.jam @ 14

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

added boost

File size: 494 bytes
Line 
1# copyright John Maddock 2003
2
3#
4# this template defines the options common to
5# all config builds and tests:
6#
7template config_options
8   : # sources
9   : # requirements
10     <sysinclude>$(BOOST_ROOT)
11     # como requires access to <windows.h>:
12     <como-win32><*><no-warn>
13     # threading tests require thread support turned on:
14     <threading>multi
15   ;
16
17template config_test_options
18   : # sources
19     <lib>../../test/build/boost_test_exec_monitor
20     <template>config_options
21   ;
22 
Note: See TracBrowser for help on using the repository browser.