blob: 021f6df22c11fcb13e06968ecd409c4ec144c897 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
alias libxslt : : : :
<cflags>"`pkg-config --cflags libexslt`"
<linkflags>"`pkg-config --libs libexslt`" ;
lib stdc++fs ;
lib boost_date_time : : <name>boost_date_time ;
lib Ice : : <name>Ice++11 ;
cpp-pch pch : pch.hpp :
<library>../..//libxmlpp
<library>../common//p2common
;
lib p2xml :
pch
[ glob-tree *.cpp : unittests ]
:
<include>.
<library>../..//libxmlpp
<library>../common//p2common
<library>../url//p2url
<library>..//adhocutil
<library>Ice
<library>libxslt
<library>stdc++fs
<library>boost_date_time
: :
<include>.
<library>../common//p2common
;
|