summaryrefslogtreecommitdiff
path: root/libhello/libhello
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-06-27 20:31:50 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-06-27 20:31:50 +0300
commit143398e35b2e3ee03be221e76ef77a742195e0aa (patch)
treea6cc6ada350d8a3229885ad1db48841029e3514c /libhello/libhello
parent651bc4d237501e5110dffa0b49c62f15695d5519 (diff)
Release version 1.0.0+11v1.0.0+111.0
Add language manifest value. Rely on new header pre-generation for version.hxx. Add *.dylib to .gitignore file. Bump build2 version requirement to 0.16.0-.
Diffstat (limited to 'libhello/libhello')
-rw-r--r--libhello/libhello/buildfile8
1 files changed, 0 insertions, 8 deletions
diff --git a/libhello/libhello/buildfile b/libhello/libhello/buildfile
index 28dc070..d0cdbe3 100644
--- a/libhello/libhello/buildfile
+++ b/libhello/libhello/buildfile
@@ -4,15 +4,7 @@ impl_libs = # Implementation dependencies.
lib{hello}: {hxx ixx txx cxx}{** -version} hxx{version} $impl_libs $intf_libs
-# Include the generated version header into the distribution (so that we don't
-# pick up an installed one) and don't remove it when cleaning in src (so that
-# clean results in a state identical to distributed).
-#
hxx{version}: in{version} $src_root/manifest
-{
- dist = true
- clean = ($src_root != $out_root)
-}
hxx{export}@./: cxx.importable = false