Add top-level Jamfile for all the tools.

[SVN r20185]
This commit is contained in:
Vladimir Prus 2003-09-25 13:18:32 +00:00
parent 69aac7b78a
commit e012dd96cf

15
tools/Jamfile.v2 Normal file
View file

@ -0,0 +1,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
;