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 | 282cd0053e6c397630e399b9da12027237cac3a3 (patch) | |
tree | 6beb9af85eabbda9e679c0a8c5d42f88ca3abdb0 | |
parent | Minor tidy up to address extra picky GCC warnings (diff) | |
download | netfs-282cd0053e6c397630e399b9da12027237cac3a3.tar.bz2 netfs-282cd0053e6c397630e399b9da12027237cac3a3.tar.xz netfs-282cd0053e6c397630e399b9da12027237cac3a3.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 ; |