diff options
author | Vladimir Prus <ghost@cs.msu.su> | 2002-10-04 15:00:03 +0000 |
---|---|---|
committer | Vladimir Prus <ghost@cs.msu.su> | 2002-10-04 15:00:03 +0000 |
commit | 545ab393a8b5cee1d1853f1b606f2796b4836f6e (patch) | |
tree | dc3af475c7bdfabd75339ddb7fc92d1edac771af /project-root.jam | |
parent | 9377a00b8535873fbdb2133069a2ec9822d7a540 (diff) | |
download | boost-545ab393a8b5cee1d1853f1b606f2796b4836f6e.tar.gz |
Added V2 Jamfiles for some libraries. Arranged to "bjam --v2" to invoke new
build system.
[SVN r15712]
Diffstat (limited to 'project-root.jam')
-rw-r--r-- | project-root.jam | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/project-root.jam b/project-root.jam index 14ae62a597..487eef9803 100644 --- a/project-root.jam +++ b/project-root.jam @@ -1,3 +1,2 @@ -# empty file for now, just to satisfy requirements for Boost.Build v2 testing - +import gcc ; |