diff options
Diffstat (limited to 'odb/sqlite/buildfile')
-rw-r--r-- | odb/sqlite/buildfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/odb/sqlite/buildfile b/odb/sqlite/buildfile index 81f89bb..c2f99d4 100644 --- a/odb/sqlite/buildfile +++ b/odb/sqlite/buildfile @@ -41,6 +41,7 @@ lib{odb-sqlite}: \ {hxx ixx cxx}{ transaction } \ {hxx ixx cxx}{ transaction-impl } \ {hxx }{ version } \ + {hxx }{ version-build2 } \ {hxx txx }{ view-result } \ {hxx txx }{ view-statements } \ details/{hxx }{ config } \ @@ -51,6 +52,9 @@ details/build2/{h }{ config } \ details/build2/{h }{ config-vc } \ $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. # @@ -97,6 +101,9 @@ install.include.subdirs = true # Recreate subdirectories. # We want these to be picked up even when LIBODB_SQLITE_BUILD2 is not defined. # +hxx{version}@./: install = false +hxx{version-build2}: install = $install.include/version.hxx + details/build2/: { if ($cxx.id == "msvc") |