CCompiler_compile(self, sources[, ...])
|
编译一个或多个源文件。 |
CCompiler_customize(self, dist[, need_cxx])
|
对编译器实例进行任何平台特定的自定义。 |
CCompiler_customize_cmd(self, cmd[, ignore])
|
使用 distutils 命令自定义编译器。 |
CCompiler_cxx_compiler(self)
|
返回 C++ 编译器。 |
CCompiler_find_executables(self)
|
此处不执行任何操作,但会被 get_version 方法调用,并可由子类覆盖。 |
CCompiler_get_version(self[, force, ok_status])
|
返回编译器版本,如果编译器不可用则返回 None。 |
CCompiler_object_filenames(self, ...[, ...])
|
返回给定源文件的对象文件名。 |
CCompiler_show_customization(self)
|
将编译器自定义设置打印到标准输出。 |
CCompiler_spawn(self, cmd[, display, env])
|
在子进程中执行命令。 |
gen_lib_options(compiler, library_dirs, ...)
|
|
new_compiler([plat, compiler, verbose, ...])
|
|
replace_method(klass, method_name, func)
|
|
simple_version_match([pat, ignore, start])
|
简单的版本号匹配,用于 CCompiler 和 FCompiler。 |