summaryrefslogtreecommitdiff
path: root/libprint/libprint
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-06-12 11:05:13 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-06-12 11:05:54 +0300
commitb5d86b446157c77c487348f6fa9e7973c36efed2 (patch)
tree5d5832f78af591c458e96efc367cbb90849ccdc1 /libprint/libprint
parent6855e15722c69ba9ae19dad146b7fe8b9b09e799 (diff)
Release version 1.0.0+12HEADv1.0.0+12master
Don't set cxx.importable variable and don't refer to hbmis/hbmia targets in buildfiles.
Diffstat (limited to 'libprint/libprint')
-rw-r--r--libprint/libprint/buildfile12
1 files changed, 5 insertions, 7 deletions
diff --git a/libprint/libprint/buildfile b/libprint/libprint/buildfile
index 5bf421a..b4a5d4c 100644
--- a/libprint/libprint/buildfile
+++ b/libprint/libprint/buildfile
@@ -6,14 +6,12 @@ lib{print}: {hxx ixx txx cxx}{** -version} hxx{version} $impl_libs $intf_libs
hxx{version}: in{version} $src_root/manifest
-hxx{export}@./: cxx.importable = false
-
# Build options.
#
cxx.poptions =+ "-I$out_root" "-I$src_root"
-{hbmia obja}{*}: cxx.poptions += -DLIBPRINT_STATIC_BUILD
-{hbmis objs}{*}: cxx.poptions += -DLIBPRINT_SHARED_BUILD
+obja{*}: cxx.poptions += -DLIBPRINT_STATIC_BUILD
+objs{*}: cxx.poptions += -DLIBPRINT_SHARED_BUILD
# Export options.
#
@@ -26,9 +24,9 @@ lib{print}:
liba{print}: cxx.export.poptions += -DLIBPRINT_STATIC
libs{print}: cxx.export.poptions += -DLIBPRINT_SHARED
-# For pre-releases use the complete version to make sure they cannot be used
-# in place of another pre-release or the final version. See the version module
-# for details on the version.* variable values.
+# For pre-releases use the complete version to make sure they cannot
+# be used in place of another pre-release or the final version. See
+# the version module for details on the version.* variable values.
#
if $version.pre_release
lib{print}: bin.lib.version = "-$version.project_id"