diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-10-17 21:12:42 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-10-17 21:12:42 +0100 |
commit | c4672f0795797697fd1be36fafc708d169b89d42 (patch) | |
tree | e89d12ee793c2f08fa0fb37a59761c90e4f11f1e /Jamroot.jam | |
parent | Add new projects to default build (diff) | |
download | libdbpp-sqlite-c4672f0795797697fd1be36fafc708d169b89d42.tar.bz2 libdbpp-sqlite-c4672f0795797697fd1be36fafc708d169b89d42.tar.xz libdbpp-sqlite-c4672f0795797697fd1be36fafc708d169b89d42.zip |
Restructure alias all list and add missing things
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 7edf863..81d620f 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -18,5 +18,18 @@ project <variant>component:<linkflags>"-Wl,-z,lazy,--warn-once,-fPIC" ; +alias all : + libadhocutil + libdbpp + libjsonpp + libmysqlpp + libodbcpp + libpqpp + libsqlitepp + libtmdb + netfs + p2pvr + project2 + slicer + ; -alias all : project2 netfs libjsonpp libadhocutil p2pvr libtmdb slicer libpqpp libmysqlpp libodbcpp libsqlitepp ; |