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

📄 cwpro8-tools.jam

📁 boost库提供标准的C++ API 配合dev c++使用,功能更加强大
💻 JAM
字号:
{
    local METROWERKS_ROOT = $(CWPRO8_ROOT) ;
    extends-toolset metrowerks ;
    flags cwpro8 C++FLAGS : -iso_templates on ;
    STDLIBS = ; # Kill explicit stdlib setting from pro7 toolset
    
    flags cwpro8 CFLAGS <runtime-link>static/<threading>single/<runtime-build>release : -runtime ss ;
    flags cwpro8 CFLAGS <runtime-link>static/<threading>single/<runtime-build>debug : -runtime ssd ;

    flags cwpro8 CFLAGS <runtime-link>static/<threading>multi/<runtime-build>release : -runtime sm ;
    flags cwpro8 CFLAGS <runtime-link>static/<threading>multi/<runtime-build>debug : -runtime smd ;
    
    flags cwpro8 CFLAGS <runtime-link>dynamic/<runtime-build>release : -runtime dm ;
    flags cwpro8 CFLAGS <runtime-link>dynamic/<runtime-build>debug : -runtime dmd ;
}

# 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 + -