Jamfile.v2 463 B

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