Interface VisualCppPlatformToolChain
- All Superinterfaces:
- NativePlatformToolChain
Visual C++ specific settings for the tools used to build for a particular platform.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the settings to use for the assembler.Returns the settings to use for the C compiler.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.Methods inherited from interface org.gradle.nativeplatform.toolchain.NativePlatformToolChaingetPlatform
- 
Method Details- 
getcCompilerCommandLineToolConfiguration getcCompiler()Returns the settings to use for the C compiler.
- 
getCppCompilerCommandLineToolConfiguration getCppCompiler()Returns the settings to use for the C++ compiler.
- 
getRcCompilerCommandLineToolConfiguration getRcCompiler()Returns the settings to use for the Windows resources compiler.
- 
getAssemblerCommandLineToolConfiguration getAssembler()Returns the settings to use for the assembler.
- 
getLinkerCommandLineToolConfiguration getLinker()Returns the settings to use for the linker.
- 
getStaticLibArchiverCommandLineToolConfiguration getStaticLibArchiver()Returns the settings to use for the archiver.
 
-