From 5676f890f19529829cbacf7a42df0d7be53376a3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 2 Aug 2017 12:15:57 +0200 Subject: Add support for build2-aware installation --- odb/details/build2/config-stub.h | 6 ++++++ odb/details/build2/config-vc-stub.h | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 odb/details/build2/config-stub.h create mode 100644 odb/details/build2/config-vc-stub.h (limited to 'odb/details') diff --git a/odb/details/build2/config-stub.h b/odb/details/build2/config-stub.h new file mode 100644 index 0000000..60dbd5c --- /dev/null +++ b/odb/details/build2/config-stub.h @@ -0,0 +1,6 @@ +/* file : odb/details/build2/config-stub.h + * copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC + * license : GNU GPL v2; see accompanying LICENSE file + */ + +#include diff --git a/odb/details/build2/config-vc-stub.h b/odb/details/build2/config-vc-stub.h new file mode 100644 index 0000000..e107213 --- /dev/null +++ b/odb/details/build2/config-vc-stub.h @@ -0,0 +1,6 @@ +/* file : odb/details/build2/config-vc-stub.h + * copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC + * license : GNU GPL v2; see accompanying LICENSE file + */ + +#include -- cgit v1.1