boost/libs/date_time/build/Jamfile.v2

25 lines
797 B
Plaintext
Raw Permalink Normal View History

2018-01-12 21:47:58 +01:00
# Copyright (c) 2002-2005 CrystalClear Software, Inc.
# Use, modification and distribution is subject to the
# Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
#
2021-10-05 21:37:46 +02:00
# date_time is now header only -- this file provides a stub for backward compatibility
2018-01-12 21:47:58 +01:00
#
project boost/date_time
: requirements
<define>DATE_TIME_INLINE
2021-10-05 21:37:46 +02:00
<link>shared:<define>BOOST_ALL_DYN_LINK=1
: usage-requirements
2018-01-12 21:47:58 +01:00
<define>DATE_TIME_INLINE
<link>shared:<define>BOOST_DATE_TIME_DYN_LINK=1
: source-location ../src
;
2021-10-05 21:37:46 +02:00
# greg_month.cpp is now just a stub so that there is
# still a boost_date_time library to link for backward compatibility
lib boost_date_time : gregorian/greg_month.cpp ;
2018-01-12 21:47:58 +01:00
boost-install boost_date_time ;