⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lib.jam

📁 Boost provides free peer-reviewed portable C++ source libraries. We emphasize libraries that work
💻 JAM
字号:
# Copyright David Abrahams 2004. Distributed under 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)import type ; # for set-generated-target-suffiximport os ;type.register LIB ;type.set-generated-target-prefix LIB : : "lib" ;type.set-generated-target-prefix LIB : <target-os>windows : "" ;type.set-generated-target-prefix LIB : <target-os>cygwin : "" ;# FIXME: should not register both extensions on both# platforms.type.register STATIC_LIB : a lib : LIB ;type.set-generated-target-suffix STATIC_LIB : <target-os>windows : lib ;type.set-generated-target-suffix STATIC_LIB : <target-os>cygwin : lib ;type.set-generated-target-prefix STATIC_LIB : : lib ;type IMPORT_LIB : : STATIC_LIB ;type.set-generated-target-suffix IMPORT_LIB : : lib ;type.set-generated-target-prefix IMPORT_LIB : : "" ;type.register SHARED_LIB : so dll dylib : LIB ;type.set-generated-target-suffix SHARED_LIB : <target-os>windows : dll ;type.set-generated-target-suffix SHARED_LIB : <target-os>darwin : dylib ;type SEARCHED_LIB : : LIB ;# This is needed so that when we create a target of SEARCHED_LIB# type, there's no prefix or suffix automatically added.type.set-generated-target-prefix SEARCHED_LIB : : "" ;type.set-generated-target-suffix SEARCHED_LIB : : "" ;

⌨️ 快捷键说明

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