cwpro9-tools.jam

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

JAM
24
字号
{
    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 + =
减小字号Ctrl + -
显示快捷键?