aboutsummaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-06-30 19:20:16 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-08-06 20:34:25 +0200
commit8e866579cb459c5104c532d5e41d562d45236ea5 (patch)
treef72548e3499bfdc50bc1183ec014d14e6b53918c /buildfile
parentc188831c50456754de79aadc26df74149cb00422 (diff)
Implement loader
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile13
1 files changed, 6 insertions, 7 deletions
diff --git a/buildfile b/buildfile
index dede941..4db4383 100644
--- a/buildfile
+++ b/buildfile
@@ -1,8 +1,7 @@
-brep=brep/{diagnostics module options package package-odb search view}
-web=web/apache/{request service}
+# file : buildfile
+# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+# license : MIT; see accompanying LICENSE file
-import libs += libbpkg
-
-libso{brep}: cxx{$brep $web services} $libs
-cxx.poptions += -I$src_root
-cxx.libs += -lodb-pgsql -lodb
+d = brep/ loader/ tests/
+.: $d
+include $d