summaryrefslogtreecommitdiff
path: root/libformat/libformat/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'libformat/libformat/buildfile')
-rw-r--r--libformat/libformat/buildfile12
1 files changed, 5 insertions, 7 deletions
diff --git a/libformat/libformat/buildfile b/libformat/libformat/buildfile
index 814ee33..4d54b4f 100644
--- a/libformat/libformat/buildfile
+++ b/libformat/libformat/buildfile
@@ -6,14 +6,12 @@ lib{format}: {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 += -DLIBFORMAT_STATIC_BUILD
-{hbmis objs}{*}: cxx.poptions += -DLIBFORMAT_SHARED_BUILD
+obja{*}: cxx.poptions += -DLIBFORMAT_STATIC_BUILD
+objs{*}: cxx.poptions += -DLIBFORMAT_SHARED_BUILD
# Export options.
#
@@ -26,9 +24,9 @@ lib{format}:
liba{format}: cxx.export.poptions += -DLIBFORMAT_STATIC
libs{format}: cxx.export.poptions += -DLIBFORMAT_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{format}: bin.lib.version = "-$version.project_id"