18b6ca8160
also added project declarations to jamfiles, added a top level jamfile, and fixed the xmldoc jamfile also fixed a silent failure y2038 issue in localtime handling and fixed a timezone database parse issue
12 lines
356 B
Plaintext
12 lines
356 B
Plaintext
# Boost.DateTime Library Jamfile
|
|
#
|
|
# Copyright (c) 2018 James E. King III
|
|
#
|
|
# Use, modification, and distribution are subject to the
|
|
# Boost Software License, Version 1.0. (See accompanying file
|
|
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
# please order by name to ease maintenance
|
|
build-project example ;
|
|
build-project test ;
|