• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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#
6# date_time is now header only -- this file provides a stub for backward compatibility
7#
8
9
10project boost/date_time
11    : requirements
12        <define>DATE_TIME_INLINE
13	<link>shared:<define>BOOST_ALL_DYN_LINK=1
14    : usage-requirements
15        <define>DATE_TIME_INLINE
16        <link>shared:<define>BOOST_DATE_TIME_DYN_LINK=1
17    : source-location ../src
18    ;
19
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 ;
23
24boost-install boost_date_time ;
25