summaryrefslogtreecommitdiff
path: root/Jamfile.v2
blob: b985804afcce345246bdd8ece940bbaf8ef5cee5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
# This is Boost Jamfile for Boost.Build V2.
# Currently, known to work on Linux with gcc
# 
# To build Boost with it, run
#
#    bjam --v2 link=static
#
# from the top-level directory


project boost
    : requirements <include>.
    ;
    
build-project libs/test/build ;
build-project libs/date_time/build ;
build-project libs/regex/build ;
build-project libs/signals/build ;
build-project libs/graph/build ;

# Comment this out if you don't have Python2.2 installed
build-project libs/python/build ;
build-project libs/thread/build ;
build-project libs/filesystem/build ;