summaryrefslogtreecommitdiff
path: root/p2pvr/dvb/Jamfile.jam
diff options
context:
space:
mode:
Diffstat (limited to 'p2pvr/dvb/Jamfile.jam')
-rw-r--r--p2pvr/dvb/Jamfile.jam14
1 files changed, 14 insertions, 0 deletions
diff --git a/p2pvr/dvb/Jamfile.jam b/p2pvr/dvb/Jamfile.jam
new file mode 100644
index 0000000..c8f2fe0
--- /dev/null
+++ b/p2pvr/dvb/Jamfile.jam
@@ -0,0 +1,14 @@
+cpp-pch pch : pch.hpp :
+ <implicit-dependency>../ice//p2pvrice
+;
+
+lib p2pvrdvb :
+ pch
+ [ glob-tree *.cpp ]
+ :
+ <library>../ice//p2pvrice
+ <implicit-dependency>../ice//p2pvrice
+ : :
+ <implicit-dependency>../ice//p2pvrice
+ <include>.
+ ;