| Line | |
|---|
| 1 | # Boost serialization Library Build Jamfile |
|---|
| 2 | # (C) Copyright Robert Ramey 2002-2004. |
|---|
| 3 | # Use, modification, and distribution are subject to the |
|---|
| 4 | # Boost Software License, Version 1.0. (See accompanying file |
|---|
| 5 | # LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |
|---|
| 6 | # |
|---|
| 7 | # See http://www.boost.org/libs/serialization for the library home page. |
|---|
| 8 | |
|---|
| 9 | project boost/serialization |
|---|
| 10 | : source-location ../src |
|---|
| 11 | ; |
|---|
| 12 | |
|---|
| 13 | SOURCES = |
|---|
| 14 | basic_archive |
|---|
| 15 | basic_iarchive |
|---|
| 16 | basic_oarchive |
|---|
| 17 | basic_serializer_map |
|---|
| 18 | basic_text_iprimitive |
|---|
| 19 | basic_text_oprimitive |
|---|
| 20 | basic_xml_archive |
|---|
| 21 | binary_iarchive |
|---|
| 22 | binary_oarchive |
|---|
| 23 | codecvt_null |
|---|
| 24 | extended_type_info |
|---|
| 25 | extended_type_info_no_rtti |
|---|
| 26 | extended_type_info_typeid |
|---|
| 27 | polymorphic_iarchive |
|---|
| 28 | polymorphic_oarchive |
|---|
| 29 | text_iarchive |
|---|
| 30 | text_oarchive |
|---|
| 31 | void_cast |
|---|
| 32 | xml_grammar |
|---|
| 33 | xml_iarchive |
|---|
| 34 | xml_oarchive |
|---|
| 35 | ; |
|---|
| 36 | |
|---|
| 37 | WSOURCES = |
|---|
| 38 | basic_text_wiprimitive |
|---|
| 39 | basic_text_woprimitive |
|---|
| 40 | binary_wiarchive |
|---|
| 41 | binary_woarchive |
|---|
| 42 | text_wiarchive |
|---|
| 43 | text_woarchive |
|---|
| 44 | xml_wgrammar |
|---|
| 45 | xml_wiarchive |
|---|
| 46 | xml_woarchive |
|---|
| 47 | utf8_codecvt_facet |
|---|
| 48 | ; |
|---|
| 49 | |
|---|
| 50 | lib boost_serialization : $(SOURCES).cpp : |
|---|
| 51 | <toolset>msvc:<cxxflags>/Gy ; |
|---|
| 52 | |
|---|
| 53 | lib boost_wserialization : $(WSOURCES).cpp : |
|---|
| 54 | <toolset>msvc:<cxxflags>/Gy ; |
|---|
Note: See
TracBrowser
for help on using the repository browser.