|
Last change
on this file since 33 was
29,
checked in by landauf, 17 years ago
|
|
updated boost from 1_33_1 to 1_34_1
|
|
File size:
1004 bytes
|
| Line | |
|---|
| 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 or http://www.boost.org/LICENSE-1.0) |
|---|
| 5 | # |
|---|
| 6 | # Boost.date_time build and test Jamfile |
|---|
| 7 | # |
|---|
| 8 | # Based on boost.python Jamfile |
|---|
| 9 | # |
|---|
| 10 | # To run all tests quietly: jam test |
|---|
| 11 | # |
|---|
| 12 | # Declares the following targets: |
|---|
| 13 | # 1. libboost_date_time, a static link library to be linked with all |
|---|
| 14 | # Boost.date_time modules |
|---|
| 15 | # |
|---|
| 16 | |
|---|
| 17 | |
|---|
| 18 | project boost/date_time |
|---|
| 19 | : requirements |
|---|
| 20 | <define>DATE_TIME_INLINE |
|---|
| 21 | <link>shared:<define>BOOST_ALL_DYN_LINK=1 |
|---|
| 22 | <link>static:<define>BOOST_DATE_TIME_STATIC_LINK |
|---|
| 23 | : usage-requirements |
|---|
| 24 | <define>DATE_TIME_INLINE |
|---|
| 25 | <link>shared:<define>BOOST_DATE_TIME_DYN_LINK=1 |
|---|
| 26 | : source-location ../src |
|---|
| 27 | ; |
|---|
| 28 | |
|---|
| 29 | # Base names of the source files for libboost_date_time |
|---|
| 30 | CPP_SOURCES = greg_month greg_weekday date_generators ; |
|---|
| 31 | |
|---|
| 32 | lib boost_date_time : gregorian/$(CPP_SOURCES).cpp ; |
|---|
| 33 | |
|---|
| 34 | boost-install boost_date_time ; |
|---|
Note: See
TracBrowser
for help on using the repository browser.