10.2 distutils.ccompiler -- CCompiler base class
2 distutils.ccompiler -- CCompiler ベースクラス - Python
This module provides the abstract base class for the CCompiler classes.
このモジュールは CCompilerクラスの抽象ベースクラスを提供します。 - Python
Contains MWerksCompiler, an implementation of the abstract CCompiler class for MetroWerks CodeWarrior on the Macintosh.
MWerksCompilerクラスを提供します。 抽象クラスCCompilerの具象クラスで Macintoshの MetroWerks CodeWarrior向けです。 - Python
A CCompiler instance can be used for all the compile and link steps needed to build a single project.
CCompilerのインスタンスはプロジェクトにおける全てのコンパイルおよびリンクに使われます。 - Python
This module provides BorlandCCompiler, an subclass of the abstract CCompiler class for the Borland C++ compiler.
このモジュールはBorlandCCompilerクラスを提供します。 抽象クラスCCompilerの具象クラスでBorland C++ コンパイラ向けです。 - Python
The following utility methods are defined by the CCompiler class,for use by the various concrete subclasses.
以下のユーティリティメソッドは具体的なサブクラスで使うために、CCompilerクラスで定義されています。 - Python
This module provides MSVCCompiler, an implementation of the abstract CCompiler class for Microsoft Visual Studio.
このモジュールは MSVCCompilerクラスを提供します。 抽象クラスCCompilerの具象クラスでMicrosoft Visual Studio向けのものです。 - Python
The abstract base class CCompiler defines the interface that must be implemented by real compiler classes.
抽象ベースクラス CCompilerは実際のコンパイラクラスで実装される必要のあるインタフェースを定義しています。 - Python
Factory function to generate an instance of some CCompiler subclass for the supplied platform/compiler combination. plat defaults to os. 指定されたプラットフォーム/コンパイラの組み合わせ向けに、CCompilerサブクラスのインスタンスを生成するファクトリ関数です。 - Python
This module provides the UnixCCompiler class, a subclass of CCompiler that handles the typical Unix-style command-line C compiler:
このモジュールはUnixCCompilerクラスを提供します。 CCompilerクラスのサブクラスで、典型的なUnixスタイルのコマンドラインCコンパイラを扱います: - Python
If the debug flag is set on this CCompiler instance, print msg to standard output, otherwise do nothing.
もしこの CCompilerインスタンスで debugフラグが指定されていればmsgを標準出力に出力し、そうでなければ何も出力しません。 - Python
list of macros to define; each macro is defined using a 2-tuple, where 'value' is either the string to define it to or None to define it without a particular value (equivalent of#define FOO in source or -DFOO on Unix Ccompiler command line) 定義するマクロのリスト; それぞれのマクロは2要素のタプルで定義されます。 '値'には定義しようとしている文字列、または内容なしで定義する場合はNone(ソースコード中で#define FOOと書く、または Unix Cコンパイラのコマンドラインで-DFOO を指定するのと等価です)を指定します。 - Python
Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.