summaryrefslogtreecommitdiff
path: root/odb-tests/boost/buildfile
blob: ca7310240e1cc98710c172e8c9fcadc1a5328099 (plain)
1
2
3
4
5
6
7
8
9
10
# file      : boost/buildfile
# license   : GNU GPL v2; see accompanying LICENSE file

./: common/

./: mysql/:  include = ($mysql  && !$multi)
./: sqlite/: include = ($sqlite && !$multi)
./: pgsql/:  include = ($pgsql  && !$multi)
./: oracle/: include = ($oracle && !$multi)
./: mssql/:  include = ($mssql  && !$multi)