summaryrefslogtreecommitdiff
path: root/tools/Jamfile.v2
blob: 9fc5aa7ca2d676e27332a6ec8f92212f1568a269 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

# Jamfile which builds all the tools.

project 
    : requirements <hardcode-dll-paths>true
    ;

stage tools
    : bcp//bcp
      inspect/build//inspect
      regression/build//process_jam_log
      regression/build//compiler_status
    :
    : release      
    ;