# Boost serialization Library Build Jamfile # (C) Copyright Robert Ramey 2002-2004. # 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) # # See http://www.boost.org/libs/serialization for the library home page. subproject libs/serialization/build ; import ./serialization ; { SOURCES = basic_archive basic_archive_impl basic_iarchive basic_oarchive basic_iserializer basic_oserializer basic_pointer_iserializer basic_pointer_oserializer basic_serializer_map basic_text_iprimitive basic_text_oprimitive basic_xml_archive binary_iarchive binary_oarchive extended_type_info extended_type_info_no_rtti extended_type_info_typeid polymorphic_iarchive polymorphic_oarchive stl_port text_iarchive text_oarchive void_cast xml_grammar xml_iarchive xml_oarchive ; WSOURCES = codecvt_null utf8_codecvt_facet basic_text_wiprimitive basic_text_woprimitive binary_wiarchive binary_woarchive text_wiarchive text_woarchive xml_wgrammar xml_wiarchive xml_woarchive ; template boost_serialization_base : ## sources ## : ## requirements ## std::locale-support toolset::require-boost-spirit-support toolset::suppress-warnings toolset::optimizations # the common names rule ensures that the library will # be named according to the rules used by the install # and auto-link features: common-variant-tag $(BOOST_ROOT) on <*>-Gy <*>-Gy BOOST_LIB_DIAGNOSTIC=1 : ## default build debug release ; lib boost_serialization : ## sources ##