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

📄 cwpro9-tools.jam

📁 boost库提供标准的C++ API 配合dev c++使用,功能更加强大
💻 JAM
字号:
{
    local CWPRO8_ROOT = $(CWPRO9_ROOT) ;
    extends-toolset cwpro8 ;
    
    # remove -prefix UseDLLPrefix.h
    local cf ;
    local p = $(CFLAGS[1]) ;
    for local f in $(CFLAGS[2-]) dummy
    {
        if $(p) = -prefix && $(f) = UseDLLPrefix.h
        {
            p = ; f = ;
        }
        cf += $(p) ;
        p = $(f) ;
    }
    CFLAGS = $(cf) ;
}

# 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://www.metrowerks.com/MW/Develop/Desktop/default.htm">Metro-<br>werks<br>Code-<br>Warrior</a>

⌨️ 快捷键说明

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