@Incubating public interface VisualCppPlatformToolChain extends PlatformToolChain
修飾子とタイプ | メソッドと説明 |
---|---|
CommandLineToolConfiguration |
getAssembler()
Returns the settings to use for the assembler.
|
CommandLineToolConfiguration |
getcCompiler()
Returns the settings to use for the C compiler.
|
CommandLineToolConfiguration |
getCppCompiler()
Returns the settings to use for the C++ compiler.
|
CommandLineToolConfiguration |
getLinker()
Returns the settings to use for the linker.
|
CommandLineToolConfiguration |
getRcCompiler()
Returns the settings to use for the Windows resources compiler.
|
CommandLineToolConfiguration |
getStaticLibArchiver()
Returns the settings to use for the archiver.
|
getPlatform
CommandLineToolConfiguration getcCompiler()
CommandLineToolConfiguration getCppCompiler()
CommandLineToolConfiguration getRcCompiler()
CommandLineToolConfiguration getAssembler()
CommandLineToolConfiguration getLinker()
CommandLineToolConfiguration getStaticLibArchiver()