summaryrefslogtreecommitdiff
path: root/odb-tests/boost/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'odb-tests/boost/buildfile')
-rw-r--r--odb-tests/boost/buildfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/odb-tests/boost/buildfile b/odb-tests/boost/buildfile
new file mode 100644
index 0000000..ca73102
--- /dev/null
+++ b/odb-tests/boost/buildfile
@@ -0,0 +1,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)