diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-07-29 14:35:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-07-29 14:35:30 +0200 |
commit | bb4daf280cbae9f37a44d3b8893a3b933134cddc (patch) | |
tree | 2be6657303d72539c2b57bc4624cbb87fc54ed2a /web | |
parent | 2508d4d0e05ef55beb3a4db52aa01424eedb4226 (diff) |
Switch to using utility library for web/
Diffstat (limited to 'web')
-rw-r--r-- | web/buildfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/web/buildfile b/web/buildfile new file mode 100644 index 0000000..384b533 --- /dev/null +++ b/web/buildfile @@ -0,0 +1,19 @@ +# file : web/buildfile +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +# This is currently part of the brep apache module but lives in a separate +# directory. Thus the strange choices: libus{}, no header installation, etc. + +# While we don't need to link to APR, we need to find its header location. +# +import libs = libapr1%lib{apr-1} +import libs += libstudxml%lib{studxml} +import libs += libbutl%lib{butl} + +libus{web}: {hxx ixx txx cxx}{** -version} {hxx}{version} $libs + +hxx{version}: in{version} $src_root/file{manifest} +hxx{version}: dist = true + +{hxx ixx txx}{*}: install = false |