diff options
author | randomdan <randomdan@localhost> | 2011-03-01 09:52:20 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2011-03-01 09:52:20 +0000 |
commit | 1e4a144f412230e4b0483f53f67fbd1335f05616 (patch) | |
tree | 6caec9ebd991f2feeca3aa403c0f234d22b20661 | |
parent | Finally convert ytfs to use boost stuff (untested, but it does build) (diff) | |
download | libdbpp-1e4a144f412230e4b0483f53f67fbd1335f05616.tar.bz2 libdbpp-1e4a144f412230e4b0483f53f67fbd1335f05616.tar.xz libdbpp-1e4a144f412230e4b0483f53f67fbd1335f05616.zip |
Just build the needed bits of libmisc into places they're needed, don't build all of it
-rw-r--r-- | libdbpp/Jamfile.jam | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libdbpp/Jamfile.jam b/libdbpp/Jamfile.jam index 0c56e62..ba60a55 100644 --- a/libdbpp/Jamfile.jam +++ b/libdbpp/Jamfile.jam @@ -9,6 +9,5 @@ lib dbpp : <library>glibmm : : <include>. - <library>../libmisc//misc <library>glibmm ; |