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

📄 iw-7_1-vc6-stlp-4_5_3-tools.jam

📁 C++的一个好库。。。现在很流行
💻 JAM
字号:
# Intel Compiler on Windows, using the STLPort Standard Library

# (C) Copyright David Abrahams 2002.
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)

# The following #// line will be used by the regression test table generation
# program as the column heading for HTML tables. Must not include version number.
#//<a href="http://developer.intel.com/software/products/compilers/">Intel<br>C++</a><br><a href="http://www.stlport.org/">STLport</a>
{
    extends-toolset intel-win32-stlport ;
    feature stlport-iostream : on off ;
    DEFINES = [ difference $(DEFINES) : _STLP_NO_SGI_IOSTREAMS=1 ] ;
    # disable auto-linking for this toolset: 
    # intel toolset lib naming is currently too inconsistent for auto-linking to work.
    CFLAGS += "/DBOOST_ALL_NO_LIB=1" ;
}

⌨️ 快捷键说明

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