api / org.gradle.nativeplatform.toolchain / VisualCppPlatformToolChain

VisualCppPlatformToolChain

@Incubating interface VisualCppPlatformToolChain : NativePlatformToolChain

Visual C++ specific settings for the tools used to build for a particular platform.

Functions

getAssembler

abstract fun getAssembler(): CommandLineToolConfiguration

Returns the settings to use for the assembler.

getCppCompiler

abstract fun getCppCompiler(): CommandLineToolConfiguration

Returns the settings to use for the C++ compiler.

getLinker

abstract fun getLinker(): CommandLineToolConfiguration

Returns the settings to use for the linker.

getRcCompiler

abstract fun getRcCompiler(): CommandLineToolConfiguration

Returns the settings to use for the Windows resources compiler.

getStaticLibArchiver

abstract fun getStaticLibArchiver(): CommandLineToolConfiguration

Returns the settings to use for the archiver.

getcCompiler

abstract fun getcCompiler(): CommandLineToolConfiguration

Returns the settings to use for the C compiler.

Inherited Functions

getPlatform

abstract fun getPlatform(): NativePlatform

Returns the platform which this tool chain builds for.