From 6855e15722c69ba9ae19dad146b7fe8b9b09e799 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 27 Jun 2023 21:22:18 +0300 Subject: Release version 1.0.0+11 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-. --- libprint/libprint/buildfile | 8 -------- 1 file changed, 8 deletions(-) (limited to 'libprint/libprint') diff --git a/libprint/libprint/buildfile b/libprint/libprint/buildfile index c66998c..5bf421a 100644 --- a/libprint/libprint/buildfile +++ b/libprint/libprint/buildfile @@ -4,15 +4,7 @@ impl_libs = # Implementation dependencies. lib{print}: {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 -- cgit v1.1