Interface VisualCppPlatformToolChain
- All Superinterfaces:
NativePlatformToolChain
Visual C++ specific settings for the tools used to build for a particular platform.
- Since:
- 2.2
-
Method Summary
Modifier 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 NativePlatformToolChain
getPlatform
-
Method Details
-
getcCompiler
CommandLineToolConfiguration getcCompiler()Returns the settings to use for the C compiler.- Since:
- 2.2
-
getCppCompiler
CommandLineToolConfiguration getCppCompiler()Returns the settings to use for the C++ compiler.- Since:
- 2.2
-
getRcCompiler
CommandLineToolConfiguration getRcCompiler()Returns the settings to use for the Windows resources compiler.- Since:
- 2.2
-
getAssembler
CommandLineToolConfiguration getAssembler()Returns the settings to use for the assembler.- Since:
- 2.2
-
getLinker
-
getStaticLibArchiver
CommandLineToolConfiguration getStaticLibArchiver()Returns the settings to use for the archiver.- Since:
- 2.2
-