diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-30 14:40:50 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-30 14:40:50 +0200 |
commit | fa43659aff787e05e78423f911377e9c4445e103 (patch) | |
tree | 544d9917d0513601dff5ba138e592f478f0b34d5 | |
parent | aa5b4489060abc8d37a1e510e16696dc458636c9 (diff) |
Cosmetic change
-rw-r--r-- | butl/buildfile | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/butl/buildfile b/butl/buildfile index b810b33..e9820fe 100644 --- a/butl/buildfile +++ b/butl/buildfile @@ -2,20 +2,20 @@ # copyright : Copyright (c) 2014-2015 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -lib{butl}: \ -{ hxx cxx }{ char-scanner } \ -{ hxx cxx }{ fdstream } \ -{ hxx ixx cxx }{ filesystem } \ -{ hxx }{ multi-index } \ -{ hxx }{ optional } \ -{ hxx ixx txx cxx }{ path } \ -{ hxx }{ path-io } \ -{ hxx }{ path-map } \ -{ hxx txx }{ prefix-map } \ -{ hxx ixx cxx }{ process } \ -{ hxx txx }{ string-table } \ -{ hxx cxx }{ timestamp } \ -{ hxx }{ utility } +lib{butl}: \ +{hxx cxx}{ char-scanner } \ +{hxx cxx}{ fdstream } \ +{hxx ixx cxx}{ filesystem } \ +{hxx }{ multi-index } \ +{hxx }{ optional } \ +{hxx ixx txx cxx}{ path } \ +{hxx }{ path-io } \ +{hxx }{ path-map } \ +{hxx txx }{ prefix-map } \ +{hxx ixx cxx}{ process } \ +{hxx txx }{ string-table } \ +{hxx cxx}{ timestamp } \ +{hxx }{ utility } cxx.poptions += -I$src_root lib{butl}: cxx.export.poptions = -I$src_root |