From f0dd043800902bebaed06c9c61d8eeb4a8f716fe Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 21 Jun 2013 10:29:51 +0200 Subject: Add options files for common database --- odb/boost/date-time/gregorian-common.options | 5 +++++ odb/boost/date-time/posix-time-common.options | 5 +++++ odb/boost/uuid/uuid-common.options | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 odb/boost/date-time/gregorian-common.options create mode 100644 odb/boost/date-time/posix-time-common.options create mode 100644 odb/boost/uuid/uuid-common.options (limited to 'odb') diff --git a/odb/boost/date-time/gregorian-common.options b/odb/boost/date-time/gregorian-common.options new file mode 100644 index 0000000..a00bf3b --- /dev/null +++ b/odb/boost/date-time/gregorian-common.options @@ -0,0 +1,5 @@ +# file : odb/boost/date-time/gregorian-common.options +# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# license : GNU GPL v2; see accompanying LICENSE file + +--profile boost/version diff --git a/odb/boost/date-time/posix-time-common.options b/odb/boost/date-time/posix-time-common.options new file mode 100644 index 0000000..6b5f45f --- /dev/null +++ b/odb/boost/date-time/posix-time-common.options @@ -0,0 +1,5 @@ +# file : odb/boost/date-time/posix-time-common.options +# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# license : GNU GPL v2; see accompanying LICENSE file + +--profile boost/version diff --git a/odb/boost/uuid/uuid-common.options b/odb/boost/uuid/uuid-common.options new file mode 100644 index 0000000..bcefb21 --- /dev/null +++ b/odb/boost/uuid/uuid-common.options @@ -0,0 +1,5 @@ +# file : odb/boost/uuid/uuid-common.options +# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# license : GNU GPL v2; see accompanying LICENSE file + +--profile boost/version -- cgit v1.1