diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-08-24 09:17:51 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-08-24 09:17:51 +0100 |
commit | 97e521614e12da158be281da93e134afa84864b0 (patch) | |
tree | e33a35838581038631a1e609a41a1e59795133e9 | |
parent | Add default values to all simple type fields (diff) | |
download | p2pvr-97e521614e12da158be281da93e134afa84864b0.tar.bz2 p2pvr-97e521614e12da158be281da93e134afa84864b0.tar.xz p2pvr-97e521614e12da158be281da93e134afa84864b0.zip |
Add rule to install a debug version of card daemon
-rw-r--r-- | p2pvr/Jamfile.jam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/p2pvr/Jamfile.jam b/p2pvr/Jamfile.jam index 3eced89..d1fb45b 100644 --- a/p2pvr/Jamfile.jam +++ b/p2pvr/Jamfile.jam @@ -12,6 +12,7 @@ build-project dvb/unittests ; explicit debuginstall ; install debuginstall : dvb//p2pvrdvb devices//p2pvrdevices lib//p2pvrlib carddaemon//p2pvrcarddaemon daemon//p2pvrdaemon ice//p2pvrice ../libtmdb//tmdb : <location>./bin/testing ; +install debuginstallc : dvb//p2pvrdvb devices//p2pvrdevices lib//p2pvrlib carddaemon//p2pvrcarddaemon ice//p2pvrice : <location>./bin/testingc ; alias finallib : carddaemon//p2pvrcarddaemon daemon//p2pvrdaemon |