From ad761726fa8bf1fd5e0f67f5584152c40f3b4be0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 29 Apr 2017 16:54:40 +0200 Subject: Add parallel version headers for build2 --- odb/pgsql/buildfile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'odb/pgsql/buildfile') diff --git a/odb/pgsql/buildfile b/odb/pgsql/buildfile index aea369d..4231233 100644 --- a/odb/pgsql/buildfile +++ b/odb/pgsql/buildfile @@ -37,6 +37,7 @@ lib{odb-pgsql}: \ {hxx }{ traits-calls } \ {hxx ixx cxx}{ transaction } \ {hxx ixx cxx}{ transaction-impl } \ + {hxx }{ version-build2 } \ {hxx }{ version } \ {hxx txx }{ view-result } \ {hxx txx }{ view-statements } \ @@ -49,6 +50,9 @@ details/build2/{h }{ config } \ details/build2/{h }{ config-vc } \ $imp_libs $int_libs +hxx{version-build2}: in{version-build2} $src_root/file{manifest} +hxx{version-build2}: dist = true + # For pre-releases use the complete version to make sure they cannot be used # in place of another pre-release or the final version. # @@ -95,6 +99,9 @@ install.include.subdirs = true # Recreate subdirectories. # We want these to be picked up even when LIBODB_PGSQL_BUILD2 is not defined. # +hxx{version}@./: install = false +hxx{version-build2}: install = $install.include/version.hxx + details/build2/: { if ($cxx.id == "msvc") -- cgit v1.1