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 | 0be810ee3f2b6ed942152b71a31cca0f9cb18f94 (patch) | |
tree | b30e0fd89233454810e74535d2f14e9e94f73577 | |
parent | Add a custom html header containing the Google site verification code (diff) | |
download | project2-0be810ee3f2b6ed942152b71a31cca0f9cb18f94.tar.bz2 project2-0be810ee3f2b6ed942152b71a31cca0f9cb18f94.tar.xz project2-0be810ee3f2b6ed942152b71a31cca0f9cb18f94.zip |
Finally convert ytfs to use boost stuff (untested, but it does build)
Finally bin all the old build process drivel
-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 ; |