diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-29 16:22:25 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-29 16:22:25 +0300 |
commit | 9646f4bb0cee026bdf9dbe4bf318f24e60697bae (patch) | |
tree | 777eafe311b29419464ac2e989e516eff4fecfc3 /print/buildfile | |
parent | 00556525951960982582fb87a6c12fd6be2b1626 (diff) |
Add hxx extension for headers and lib prefix for library dirs
Diffstat (limited to 'print/buildfile')
-rw-r--r-- | print/buildfile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/print/buildfile b/print/buildfile deleted file mode 100644 index 7eed5ed..0000000 --- a/print/buildfile +++ /dev/null @@ -1,21 +0,0 @@ -lib{print}: {hxx cxx}{print} hxx{export} - -# For pre-releases use the complete version to make sure they cannot be used -# in place of another pre-release or the final version. -# -if $version.pre_release - lib{print}: bin.lib.version = @"-$version.project_id" -else - lib{print}: bin.lib.version = @"-$version.major.$version.minor" - -cxx.poptions =+ "-I$out_root" "-I$src_root" -obja{*}: cxx.poptions += -DLIBPRINT_STATIC_BUILD -objs{*}: cxx.poptions += -DLIBPRINT_SHARED_BUILD - -lib{print}: cxx.export.poptions = "-I$out_root" "-I$src_root" -liba{print}: cxx.export.poptions += -DLIBPRINT_STATIC -libs{print}: cxx.export.poptions += -DLIBPRINT_SHARED - -# Install into the print/ subdirectory of, say, /usr/include/. -# -install.include = $install.include/print/ |