Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/tools/regression/build/Jamfile.v2 @ 12

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

added boost

File size: 645 bytes
Line 
1# Regression test status reporting tools build Jamfile
2
3exe process_jam_log
4    :
5    ../process_jam_log.cpp ../detail/tiny_xml.cpp
6    /boost/filesystem//boost_filesystem
7    :
8    :
9    release
10    ;
11
12exe compiler_status
13    :
14    ../compiler_status.cpp ../detail/tiny_xml.cpp
15    /boost/filesystem//boost_filesystem
16    :
17    :
18    release
19    ;
20
21install dist-bin
22    :
23    process_jam_log
24    compiler_status
25    :
26    <install-type>EXE
27    <location>../../../dist/bin
28    :
29    release
30    ;
31
32install dist-lib
33    :
34    process_jam_log
35    compiler_status
36    :
37    <install-type>LIB
38    <location>../../../dist/lib
39    :
40    release
41    ;
Note: See TracBrowser for help on using the repository browser.