]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/date_time/build/Jamfile.v2
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / date_time / build / Jamfile.v2
CommitLineData
7c673cae
FG
1# Copyright (c) 2002-2005 CrystalClear Software, Inc.
2# Use, modification and distribution is subject to the
3# Boost Software License, Version 1.0. (See accompanying
4# file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
5#
f67539c2 6# date_time is now header only -- this file provides a stub for backward compatibility
7c673cae
FG
7#
8
9
10project boost/date_time
11 : requirements
12 <define>DATE_TIME_INLINE
f67539c2
TL
13 <link>shared:<define>BOOST_ALL_DYN_LINK=1
14 : usage-requirements
7c673cae
FG
15 <define>DATE_TIME_INLINE
16 <link>shared:<define>BOOST_DATE_TIME_DYN_LINK=1
17 : source-location ../src
18 ;
19
f67539c2
TL
20# greg_month.cpp is now just a stub so that there is
21# still a boost_date_time library to link for backward compatibility
22lib boost_date_time : gregorian/greg_month.cpp ;
7c673cae
FG
23
24boost-install boost_date_time ;