diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-18 07:35:12 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-23 17:47:47 +0200 |
commit | 1dc38cf49b6c7a8b661a9cc675ded94c8ab33c36 (patch) | |
tree | 5a216148adb9d842a5a15c032a671182faa9ba06 /loader/buildfile | |
parent | fe6182a8c89675f92e72c881d707e21cdf56f376 (diff) |
Implement brep-migrate utility
Diffstat (limited to 'loader/buildfile')
-rw-r--r-- | loader/buildfile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/loader/buildfile b/loader/buildfile deleted file mode 100644 index 477cebd..0000000 --- a/loader/buildfile +++ /dev/null @@ -1,20 +0,0 @@ -# file : loader/buildfile -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd -# license : MIT; see accompanying LICENSE file - -import libs += libbpkg%lib{bpkg} -import libs += libbutl%lib{butl} -import libs += libodb-pgsql%lib{odb-pgsql} -import libs += libodb%lib{odb} - -include ../brep/ - -exe{brep-loader}: \ -{ cxx}{ loader } \ -{hxx ixx cxx}{ options } \ -../brep/lib{brep} $libs - -cli.options += -I $src_root --include-with-brackets --include-prefix loader \ ---guard-prefix LOADER - -{hxx ixx cxx}{options}: cli{options} |