diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-30 19:20:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-08-06 20:34:25 +0200 |
commit | 8e866579cb459c5104c532d5e41d562d45236ea5 (patch) | |
tree | f72548e3499bfdc50bc1183ec014d14e6b53918c /buildfile | |
parent | c188831c50456754de79aadc26df74149cb00422 (diff) |
Implement loader
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -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 |