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 6project 7 : requirements <library>../../build/boost_date_time 8 ; 9 10exe time_math : time_math.cpp ; 11exe local_utc_conversion : local_utc_conversion.cpp ; 12exe print_hours : print_hours.cpp ; 13exe time_periods : time_periods.cpp ; 14