@Incubating public interface VisualCpp extends NativeToolChain
Named.Namer
修飾子とタイプ | メソッドと説明 |
---|---|
void |
eachPlatform(Action<? super VisualCppPlatformToolChain> action)
Adds an action that can fine-tune the tool configuration for each platform supported by this tool chain.
|
File |
getInstallDir()
The directory where Visual Studio or Visual C++ is installed.
|
File |
getWindowsSdkDir()
The directory where Windows SDK is installed.
|
void |
setInstallDir(Object installDir)
The directory where Visual Studio or Visual C++ is installed.
|
void |
setWindowsSdkDir(Object installDir)
The directory where Windows SDK is installed.
|
getDisplayName
File getInstallDir()
void setInstallDir(Object installDir)
File getWindowsSdkDir()
void setWindowsSdkDir(Object installDir)
void eachPlatform(Action<? super VisualCppPlatformToolChain> action)