Interface VisualCpp
- All Superinterfaces:
Named, NativeToolChain, ToolChain
The Visual C++ tool chain.
- Since:
- 2.2
-
Nested Class Summary
Nested classes/interfaces inherited from interface Named
Named.Namer -
Method Summary
Modifier and TypeMethodDescriptionvoideachPlatform(Action<? super VisualCppPlatformToolChain> action) Adds an action that can fine-tune the tool configuration for each platform supported by this tool chain.The directory where Visual Studio or Visual C++ is installed.The directory where Windows SDK is installed.voidsetInstallDir(Object installDir) The directory where Visual Studio or Visual C++ is installed.voidsetWindowsSdkDir(Object installDir) The directory where Windows SDK is installed.Methods inherited from interface ToolChain
getDisplayName
-
Method Details
-
getInstallDir
-
setInstallDir
The directory where Visual Studio or Visual C++ is installed.- Since:
- 2.2
-
getWindowsSdkDir
-
setWindowsSdkDir
-
eachPlatform
Adds an action that can fine-tune the tool configuration for each platform supported by this tool chain.- Since:
- 2.2
-