diff options
-rw-r--r-- | p2pvr/Jamfile.jam | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/p2pvr/Jamfile.jam b/p2pvr/Jamfile.jam index b86cf37..3712613 100644 --- a/p2pvr/Jamfile.jam +++ b/p2pvr/Jamfile.jam @@ -1,6 +1,6 @@ import package ; -import type ; -import generators ; +import type ; +import generators ; lib boost_utf : : <name>boost_unit_test_framework ; @@ -52,17 +52,18 @@ alias p2daemonlib : glibmm : : : build-project daemon ; build-project carddaemon ; +explicit debuginstall ; install debuginstall : p2comp//p2pvrp2comp dvb//p2pvrdvb devices//p2pvrdevices lib//p2pvrlib carddaemon//p2pvrcarddaemon daemonbase//p2pvrdaemonbase daemon//p2pvrdaemon ice//p2pvrice ../libtmdb//tmdb : <location>./testing ; package.install install : : : p2comp carddaemon daemon ; -type.register SQL : sql ; +type.register SQL : sql ; -generators.register-standard sql.embed.asm : SQL : ASM ; +generators.register-standard sql.embed.asm : SQL : ASM ; path-constant root : . ; actions sql.embed.asm -{ +{ m4 -DNAME="sql_$(2:B)" -DPATH="$(2)" "$(root)/embed.m4" > "$(1)" } |