jamfile.v2

来自「boost库提供标准的C++ API 配合dev c++使用,功能更加强大」· V2 代码 · 共 22 行

V2
22
字号
# Boost.Signals Library 

# Copyright Doug Gregor 2001-2003. Use, modification and
# distribution is 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)

# For more information, see http://www.boost.org

project boost/signals 
    : source-location ../src
    ;

# Base names of the source files for libboost_signals
SOURCES = trackable connection signal_base slot ;

lib boost_signals : $(SOURCES).cpp 
    :         
        <link>static:<define>BOOST_SIGNALS_NO_LIB=1
        <link>dynamic:<define>BOOST_SIGNALS_DYN_LINK=1
    ;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?