Visual C++ specific settings for the tools used to build for a particular platform.
Type | Name and description |
---|---|
CommandLineToolConfiguration |
getAssembler() Returns the settings to use for the assembler. |
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. |
CommandLineToolConfiguration |
getcCompiler() Returns the settings to use for the C compiler. |
Methods inherited from class | Name |
---|---|
interface PlatformToolChain |
getPlatform |
Returns the settings to use for the assembler.
Returns the settings to use for the C++ compiler.
Returns the settings to use for the linker.
Returns the settings to use for the Windows resources compiler.
Returns the settings to use for the archiver.
Returns the settings to use for the C compiler.