1# Copyright (c) 2002-2006 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 7project 8 : requirements <library>../../build/boost_date_time 9 ; 10 11exe dates_as_strings : dates_as_strings.cpp ; 12exe end_of_month_day : end_of_month_day.cpp ; 13exe period_calc : period_calc.cpp ; 14exe days_alive : days_alive.cpp ; 15exe print_holidays : print_holidays.cpp ; 16exe days_since_year_start : days_since_year_start.cpp ; 17exe print_month : print_month.cpp ; 18exe days_till_new_year : days_till_new_year.cpp ; 19exe date_localization : localization.cpp ; 20