diff options
author | randomdan <randomdan@localhost> | 2011-02-23 13:51:35 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2011-02-23 13:51:35 +0000 |
commit | 8dc5222dc47eca2f19e9399b2879ddc4f8fbee3e (patch) | |
tree | 8dc9c403a952b0563f04a1381cb16486d9d889fc /Jamroot.jam | |
parent | Move stuff round to tidy it up and add HTTP permissions to deny access to P2 ... (diff) | |
download | gentoobrowse-8dc5222dc47eca2f19e9399b2879ddc4f8fbee3e.tar.bz2 gentoobrowse-8dc5222dc47eca2f19e9399b2879ddc4f8fbee3e.tar.xz gentoobrowse-8dc5222dc47eca2f19e9399b2879ddc4f8fbee3e.zip |
Finally convert ytfs to use boost stuff (untested, but it does build)
Finally bin all the old build process drivel
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index abfed49..794d6de 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -63,4 +63,4 @@ actions slice.slice2cpp } IMPORT $(__name__) : slice.slice2cpp : : slice.slice2cpp ; -alias all : project2 netfs ; +alias all : project2 netfs ytfs ; |