jamfile.v2
来自「Boost provides free peer-reviewed portab」· V2 代码 · 共 35 行
V2
35 行
# Copyright (c) 2002-2005 CrystalClear Software, Inc.# Use, modification and distribution is subject to the # Boost Software License, Version 1.0. (See accompanying# file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)## Boost.date_time build and test Jamfile## Based on boost.python Jamfile## To run all tests quietly: jam test## Declares the following targets:# 1. libboost_date_time, a static link library to be linked with all# Boost.date_time modules#project boost/date_time : requirements <define>DATE_TIME_INLINE <link>shared:<define>BOOST_ALL_DYN_LINK=1 <link>static:<define>BOOST_DATE_TIME_STATIC_LINK : usage-requirements <define>DATE_TIME_INLINE <link>shared:<define>BOOST_DATE_TIME_DYN_LINK=1 : source-location ../src ;# Base names of the source files for libboost_date_timeCPP_SOURCES = greg_month greg_weekday date_generators ;lib boost_date_time : gregorian/$(CPP_SOURCES).cpp ;boost-install boost_date_time ;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?