diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-06-21 10:29:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-06-21 10:29:51 +0200 |
commit | f0dd043800902bebaed06c9c61d8eeb4a8f716fe (patch) | |
tree | 275602955e1b0b9b8f7a642e2ed47409bdb1add3 /odb/boost/date-time | |
parent | 45571dd57a8f44b982956643944d317ef71c8902 (diff) |
Add options files for common database
Diffstat (limited to 'odb/boost/date-time')
-rw-r--r-- | odb/boost/date-time/gregorian-common.options | 5 | ||||
-rw-r--r-- | odb/boost/date-time/posix-time-common.options | 5 |
2 files changed, 10 insertions, 0 deletions
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 |